System.Net.WebSockets.WebSocketException.WebSocketException C# (CSharp) Method

WebSocketException() public method

public WebSocketException ( )
        public WebSocketException() { }
        public WebSocketException(int nativeError) { }

Same methods

WebSocketException::WebSocketException ( System error )
WebSocketException::WebSocketException ( System error, System innerException )
WebSocketException::WebSocketException ( System error, int nativeError )
WebSocketException::WebSocketException ( System error, int nativeError, System innerException )
WebSocketException::WebSocketException ( System error, int nativeError, string message )
WebSocketException::WebSocketException ( System error, int nativeError, string message, System innerException )
WebSocketException::WebSocketException ( System error, string message )
WebSocketException::WebSocketException ( System error, string message, System innerException )
WebSocketException::WebSocketException ( int nativeError )
WebSocketException::WebSocketException ( int nativeError, System innerException )
WebSocketException::WebSocketException ( int nativeError, string message )
WebSocketException::WebSocketException ( string message )
WebSocketException::WebSocketException ( string message, System innerException )
WebSocketException::WebSocketException ( ) : System.ComponentModel
WebSocketException::WebSocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, Exception innerException ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, int nativeError ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, int nativeError, Exception innerException ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, int nativeError, string message ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, int nativeError, string message, Exception innerException ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, string message ) : System.ComponentModel
WebSocketException::WebSocketException ( WebSocketError error, string message, Exception innerException ) : System.ComponentModel
WebSocketException::WebSocketException ( int nativeError ) : System.ComponentModel
WebSocketException::WebSocketException ( int nativeError, Exception innerException ) : System.ComponentModel
WebSocketException::WebSocketException ( int nativeError, string message ) : System.ComponentModel
WebSocketException::WebSocketException ( string message ) : System.ComponentModel
WebSocketException::WebSocketException ( string message, Exception innerException ) : System.ComponentModel