EmbeddedInsufficientCapacityException Members
The EmbeddedInsufficientCapacityException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmbeddedInsufficientCapacityException()()()() |
Initializes a new EmbeddedInsufficientCapacityException instance.
|
|
EmbeddedInsufficientCapacityException(String) |
Initializes a new EmbeddedInsufficientCapacityException instance with a specified error message.
|
|
EmbeddedInsufficientCapacityException(String, Exception) |
Initializes a new EmbeddedInsufficientCapacityException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
EmbeddedInsufficientCapacityException(EmbeddedMessage, String, Int32) |
Initializes a new EmbeddedInsufficientCapacityException instance and constructs an error message from the given information.
|
|
EmbeddedInsufficientCapacityException(EmbeddedMessage, Int32, String, Int32, Int32) |
Initializes a new EmbeddedInsufficientCapacityException instance and constructs an error message from the given information.
|
Fields
Name | Description | |
---|---|---|
RequiredBytes |
The number of available bytes the type requires in order to be added successfully.
|
|
RiptideMessage |
The message with insufficient remaining capacity.
|
|
TypeName |
The name of the type which could not be added to the message.
|