Tanoda
HybridWebSocket.WebSocketInvalidArgumentException Class Reference

Invalid argument exception raised when bad arguments are passed to a method. More...

Inheritance diagram for HybridWebSocket.WebSocketInvalidArgumentException:
HybridWebSocket.WebSocketException

Public Member Functions

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

Detailed Description

Invalid argument exception raised when bad arguments are passed to a method.

Definition at line 216 of file WebSocket.cs.

Constructor & Destructor Documentation

◆ WebSocketInvalidArgumentException() [1/3]

HybridWebSocket.WebSocketInvalidArgumentException.WebSocketInvalidArgumentException ( )

Definition at line 218 of file WebSocket.cs.

◆ WebSocketInvalidArgumentException() [2/3]

HybridWebSocket.WebSocketInvalidArgumentException.WebSocketInvalidArgumentException ( string  message)

Definition at line 219 of file WebSocket.cs.

◆ WebSocketInvalidArgumentException() [3/3]

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

Definition at line 220 of file WebSocket.cs.


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