System.Net.HttpListenerException.HttpListenerException C# (CSharp) Method

HttpListenerException() public method

public HttpListenerException ( int errorCode, string message ) : System.ComponentModel
errorCode int
message string
return System.ComponentModel
        public HttpListenerException(int errorCode, string message) : base(errorCode, message)
        {
            if (NetEventSource.IsEnabled) NetEventSource.Info(this, NativeErrorCode.ToString() + ":" + Message);
        }

Same methods

HttpListenerException::HttpListenerException ( ) : System.ComponentModel
HttpListenerException::HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
HttpListenerException::HttpListenerException ( int errorCode ) : System.ComponentModel
HttpListenerException