C# Class WebSocketSharp.WebSocketException

The exception that is thrown when a fatal error occurs in the WebSocket communication.
Inheritance: System.Exception
Mostra file Open project: sta/websocket-sharp

Private Methods

Method Description
WebSocketException ( ) : System
WebSocketException ( CloseStatusCode code ) : System
WebSocketException ( CloseStatusCode code, Exception innerException ) : System
WebSocketException ( CloseStatusCode code, string message ) : System
WebSocketException ( CloseStatusCode code, string message, Exception innerException ) : System
WebSocketException ( Exception innerException ) : System
WebSocketException ( string message ) : System
WebSocketException ( string message, Exception innerException ) : System