C# Class System.Net.HttpListenerException

Inheritance: System.ComponentModel.Win32Exception
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
HttpListenerException ( ) : System.ComponentModel
HttpListenerException ( int errorCode ) : System.ComponentModel
HttpListenerException ( int errorCode, string message ) : System.ComponentModel

Méthodes protégées

Méthode Description
HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel

Method Details

HttpListenerException() public méthode

public HttpListenerException ( ) : System.ComponentModel
Résultat System.ComponentModel

HttpListenerException() protected méthode

protected HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System.ComponentModel

HttpListenerException() public méthode

public HttpListenerException ( int errorCode ) : System.ComponentModel
errorCode int
Résultat System.ComponentModel

HttpListenerException() public méthode

public HttpListenerException ( int errorCode, string message ) : System.ComponentModel
errorCode int
message string
Résultat System.ComponentModel