Tanoda
HybridWebSocket.WebSocketInvalidStateException Class Reference

Invalid state exception raised when trying to invoke action which cannot be done due to different then required state. More...

Inheritance diagram for HybridWebSocket.WebSocketInvalidStateException:
HybridWebSocket.WebSocketException

Public Member Functions

 WebSocketInvalidStateException ()
 
 WebSocketInvalidStateException (string message)
 
 WebSocketInvalidStateException (string message, Exception inner)
 
- Public Member Functions inherited from HybridWebSocket.WebSocketException
 WebSocketException ()
 
 WebSocketException (string message)
 
 WebSocketException (string message, Exception inner)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ WebSocketInvalidStateException() [1/3]

HybridWebSocket.WebSocketInvalidStateException.WebSocketInvalidStateException ( )

Definition at line 228 of file WebSocket.cs.

◆ WebSocketInvalidStateException() [2/3]

HybridWebSocket.WebSocketInvalidStateException.WebSocketInvalidStateException ( string  message)

Definition at line 229 of file WebSocket.cs.

◆ WebSocketInvalidStateException() [3/3]

HybridWebSocket.WebSocketInvalidStateException.WebSocketInvalidStateException ( string  message,
Exception  inner 
)

Definition at line 230 of file WebSocket.cs.


The documentation for this class was generated from the following file: