C# Class System.Net.NetworkInformation.PingException

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

Public Methods

Method Description
PingException ( string message )
PingException ( string message, System innerException )
PingException ( string message ) : System.Runtime.Serialization
PingException ( string message, Exception innerException ) : System.Runtime.Serialization

Protected Methods

Method Description
PingException ( System serializationInfo, System streamingContext )
PingException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization

Method Details

PingException() protected method

protected PingException ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System

PingException() public method

public PingException ( string message )
message string

PingException() public method

public PingException ( string message, System innerException )
message string
innerException System

PingException() protected method

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

PingException() public method

public PingException ( string message ) : System.Runtime.Serialization
message string
return System.Runtime.Serialization

PingException() public method

public PingException ( string message, Exception innerException ) : System.Runtime.Serialization
message string
innerException System.Exception
return System.Runtime.Serialization