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

WebSocketException() private method

private WebSocketException ( WebSocketError error, int nativeError, string message, Exception innerException ) : System.ComponentModel
error WebSocketError
nativeError int
message string
innerException Exception
return System.ComponentModel
        public WebSocketException(WebSocketError error, int nativeError, string message, Exception innerException)
            : base(message, innerException)
        {
            _webSocketErrorCode = error;
            SetErrorCodeOnError(nativeError);
        }

Same methods

WebSocketException::WebSocketException ( )
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, 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