C# Class System.Net.NetworkInformation.PingException

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

Méthodes publiques

Méthode Description
PingException ( string message )
PingException ( string message, System innerException )
PingException ( string message ) : System.Runtime.Serialization
PingException ( string message, Exception innerException ) : System.Runtime.Serialization

Méthodes protégées

Méthode Description
PingException ( System serializationInfo, System streamingContext )
PingException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization

Method Details

PingException() protected méthode

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

PingException() public méthode

public PingException ( string message )
message string

PingException() public méthode

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

PingException() protected méthode

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

PingException() public méthode

public PingException ( string message ) : System.Runtime.Serialization
message string
Résultat System.Runtime.Serialization

PingException() public méthode

public PingException ( string message, Exception innerException ) : System.Runtime.Serialization
message string
innerException System.Exception
Résultat System.Runtime.Serialization