InsufficientCapacityException Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
The exception that is thrown when a Message does not contain enough unwritten bits to perform an operation.
public class InsufficientCapacityException : Exception, ISerializable
Implements
Inherited Members
Constructors
InsufficientCapacityException() | Initializes a new InsufficientCapacityException instance. |
InsufficientCapacityException(Message, int) | Initializes a new InsufficientCapacityException instance and constructs an error message from the given information. |
InsufficientCapacityException(Message, int, string, int) | Initializes a new InsufficientCapacityException instance and constructs an error message from the given information. |
InsufficientCapacityException(Message, string, int) | Initializes a new InsufficientCapacityException instance and constructs an error message from the given information. |
InsufficientCapacityException(string) | Initializes a new InsufficientCapacityException instance with a specified error message. |
InsufficientCapacityException(string, Exception) | Initializes a new InsufficientCapacityException instance with a specified error message and a reference to the inner exception that is the cause of this exception. |
Fields
RequiredBits | The number of available bits 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. |