Tanoda
HybridWebSocket.WebSocketUnexpectedException Class Reference

Web socket exception raised when an error was not expected, probably due to corrupted internal state. More...

Inheritance diagram for HybridWebSocket.WebSocketUnexpectedException:
HybridWebSocket.WebSocketException

Public Member Functions

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

Detailed Description

Web socket exception raised when an error was not expected, probably due to corrupted internal state.

Definition at line 206 of file WebSocket.cs.

Constructor & Destructor Documentation

◆ WebSocketUnexpectedException() [1/3]

HybridWebSocket.WebSocketUnexpectedException.WebSocketUnexpectedException ( )

Definition at line 208 of file WebSocket.cs.

◆ WebSocketUnexpectedException() [2/3]

HybridWebSocket.WebSocketUnexpectedException.WebSocketUnexpectedException ( string  message)

Definition at line 209 of file WebSocket.cs.

◆ WebSocketUnexpectedException() [3/3]

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

Definition at line 210 of file WebSocket.cs.


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