C# Class System.Net.HttpListenerException

Inheritance: System.ComponentModel.Win32Exception
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
HttpListenerException ( ) : System.ComponentModel
HttpListenerException ( int errorCode ) : System.ComponentModel
HttpListenerException ( int errorCode, string message ) : System.ComponentModel

Protected Methods

Method Description
HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel

Method Details

HttpListenerException() public method

public HttpListenerException ( ) : System.ComponentModel
return System.ComponentModel

HttpListenerException() protected method

protected HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System.ComponentModel

HttpListenerException() public method

public HttpListenerException ( int errorCode ) : System.ComponentModel
errorCode int
return System.ComponentModel

HttpListenerException() public method

public HttpListenerException ( int errorCode, string message ) : System.ComponentModel
errorCode int
message string
return System.ComponentModel