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

HttpListenerException() public method

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

Same methods

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