3rd Eye Scene C#
3rd Eye Scene C# documentation
|
Exception thrown when a PacketBuffer is in an invalid state for the current operation. More...
Public Member Functions | |
InvalidPacketStatusException (string message, PacketBufferStatus expected, PacketBufferStatus current=PacketBufferStatus.Empty) | |
Create a new invalid status exception. | |
InvalidPacketStatusException (PacketBufferStatus expected, PacketBufferStatus current=PacketBufferStatus.Empty) | |
Create a new invalid status exception. | |
Properties | |
PacketBufferStatus | Expected [get, set] |
The expected packet buffer status. | |
PacketBufferStatus | Current [get, set] |
The current packet buffer status. |
Exception thrown when a PacketBuffer is in an invalid state for the current operation.
Tes::IO::InvalidPacketStatusException::InvalidPacketStatusException | ( | string | message, |
PacketBufferStatus | expected, | ||
PacketBufferStatus | current = PacketBufferStatus.Empty |
||
) | [inline] |
Create a new invalid status exception.
message | Exception message. |
expected | Expected status. |
current | Current status. |
Tes::IO::InvalidPacketStatusException::InvalidPacketStatusException | ( | PacketBufferStatus | expected, |
PacketBufferStatus | current = PacketBufferStatus.Empty |
||
) | [inline] |
Create a new invalid status exception.
expected | Expected status. |
current | Current status. |