Tanoda
HybridWebSocket.WebSocketException Class Reference

Generic WebSocket exception class More...

Inheritance diagram for HybridWebSocket.WebSocketException:
HybridWebSocket.WebSocketInvalidArgumentException HybridWebSocket.WebSocketInvalidStateException HybridWebSocket.WebSocketUnexpectedException

Public Member Functions

 WebSocketException ()
 
 WebSocketException (string message)
 
 WebSocketException (string message, Exception inner)
 

Detailed Description

Generic WebSocket exception class

Definition at line 184 of file WebSocket.cs.

Constructor & Destructor Documentation

◆ WebSocketException() [1/3]

HybridWebSocket.WebSocketException.WebSocketException ( )

Definition at line 187 of file WebSocket.cs.

◆ WebSocketException() [2/3]

HybridWebSocket.WebSocketException.WebSocketException ( string  message)

Definition at line 191 of file WebSocket.cs.

◆ WebSocketException() [3/3]

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

Definition at line 196 of file WebSocket.cs.


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