Class BufferOverflowException
This exception is thrown when the memory region does not have enough space.
Implements
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class BufferOverflowException : Exception, ISerializable
Constructors
BufferOverflowException(int)
Constructor.
Declaration
public BufferOverflowException(int requiredSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| int | requiredSpace | The required size in bytes. |
Properties
RequiredSpace
Declaration
public int RequiredSpace { get; }
Property Value
| Type | Description |
|---|---|
| int | The required size in bytes. |