Tanoda
|
Invalid state exception raised when trying to invoke action which cannot be done due to different then required state. More...
Public Member Functions | |
WebSocketInvalidStateException () | |
WebSocketInvalidStateException (string message) | |
WebSocketInvalidStateException (string message, Exception inner) | |
![]() | |
WebSocketException () | |
WebSocketException (string message) | |
WebSocketException (string message, Exception inner) | |
Invalid state exception raised when trying to invoke action which cannot be done due to different then required state.
Definition at line 226 of file WebSocket.cs.
HybridWebSocket.WebSocketInvalidStateException.WebSocketInvalidStateException | ( | ) |
Definition at line 228 of file WebSocket.cs.
HybridWebSocket.WebSocketInvalidStateException.WebSocketInvalidStateException | ( | string | message | ) |
Definition at line 229 of file WebSocket.cs.
HybridWebSocket.WebSocketInvalidStateException.WebSocketInvalidStateException | ( | string | message, |
Exception | inner | ||
) |
Definition at line 230 of file WebSocket.cs.