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

WebSocketException() private method

private WebSocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.ComponentModel
        private WebSocketException(SerializationInfo serializationInfo, StreamingContext streamingContext)
            : base(serializationInfo, streamingContext)
        {
            _webSocketErrorCode = (WebSocketError)serializationInfo.GetInt32(nameof(WebSocketErrorCode));
        }

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 ( 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