Tanoda
|
Generic WebSocket exception class More...
Public Member Functions | |
WebSocketException () | |
WebSocketException (string message) | |
WebSocketException (string message, Exception inner) | |
Generic WebSocket exception class
Definition at line 184 of file WebSocket.cs.
HybridWebSocket.WebSocketException.WebSocketException | ( | ) |
Definition at line 187 of file WebSocket.cs.
HybridWebSocket.WebSocketException.WebSocketException | ( | string | message | ) |
Definition at line 191 of file WebSocket.cs.
HybridWebSocket.WebSocketException.WebSocketException | ( | string | message, |
Exception | inner | ||
) |
Definition at line 196 of file WebSocket.cs.