com.onlineobject.objectnet Namespace

EmbeddedInsufficientCapacityException Members

The EmbeddedInsufficientCapacityException type exposes the following members.

Constructors


  Name Description
Public method EmbeddedInsufficientCapacityException()()()()
Initializes a new EmbeddedInsufficientCapacityException instance.
Public method EmbeddedInsufficientCapacityException(String)
Initializes a new EmbeddedInsufficientCapacityException instance with a specified error message.
Public method 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.
Public method EmbeddedInsufficientCapacityException(EmbeddedMessage, String, Int32)
Initializes a new EmbeddedInsufficientCapacityException instance and constructs an error message from the given information.
Public method EmbeddedInsufficientCapacityException(EmbeddedMessage, Int32, String, Int32, Int32)
Initializes a new EmbeddedInsufficientCapacityException instance and constructs an error message from the given information.

Fields


  Name Description
Public field RequiredBytes
The number of available bytes the type requires in order to be added successfully.
Public field RiptideMessage
The message with insufficient remaining capacity.
Public field TypeName
The name of the type which could not be added to the message.