Tanoda
|
Invalid argument exception raised when bad arguments are passed to a method. More...
Public Member Functions | |
WebSocketInvalidArgumentException () | |
WebSocketInvalidArgumentException (string message) | |
WebSocketInvalidArgumentException (string message, Exception inner) | |
![]() | |
WebSocketException () | |
WebSocketException (string message) | |
WebSocketException (string message, Exception inner) | |
Invalid argument exception raised when bad arguments are passed to a method.
Definition at line 216 of file WebSocket.cs.
HybridWebSocket.WebSocketInvalidArgumentException.WebSocketInvalidArgumentException | ( | ) |
Definition at line 218 of file WebSocket.cs.
HybridWebSocket.WebSocketInvalidArgumentException.WebSocketInvalidArgumentException | ( | string | message | ) |
Definition at line 219 of file WebSocket.cs.
HybridWebSocket.WebSocketInvalidArgumentException.WebSocketInvalidArgumentException | ( | string | message, |
Exception | inner | ||
) |
Definition at line 220 of file WebSocket.cs.