C# Class System.Net.NetworkInformation.NetworkInformationException

Inheritance: System.ComponentModel.Win32Exception
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
NetworkInformationException ( ) : System.ComponentModel
NetworkInformationException ( int errorCode ) : System.ComponentModel

Protected Methods

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

Private Methods

Method Description
NetworkInformationException ( SocketError socketError ) : System.ComponentModel
NetworkInformationException ( string message ) : System.ComponentModel
NetworkInformationException ( string message, Exception innerException ) : System.ComponentModel

Method Details

NetworkInformationException() public method

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

NetworkInformationException() protected method

protected NetworkInformationException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.ComponentModel

NetworkInformationException() public method

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