Class AllocationException
- Namespace
- IceGrid
- Assembly
- IceGrid.dll
The exception that is thrown when the allocation of an object failed.
[SliceTypeId("::IceGrid::AllocationException")]
public class AllocationException : UserException, ISerializable
- Inheritance
-
AllocationException
- Implements
- Derived
- Inherited Members
Remarks
The Slice compiler generated this exception class from Slice exception ::IceGrid::AllocationException
.
Constructors
AllocationException()
Initializes a new instance of the AllocationException class.
public AllocationException()
AllocationException(string)
Initializes a new instance of the AllocationException class.
public AllocationException(string reason)
Parameters
reason
string
Fields
reason
The reason why the object couldn't be allocated.
public string reason
Field Value
Methods
ice_id()
Returns the type ID of this exception.
public override string ice_id()
Returns
- string
The type ID of this exception.