System.Net.NetworkInformation.PingException.PingException C# (CSharp) Method

PingException() public method

public PingException ( string message )
message string
        public PingException(string message) { }
        public PingException(string message, System.Exception innerException) { }

Same methods

PingException::PingException ( System serializationInfo, System streamingContext )
PingException::PingException ( string message, System innerException )
PingException::PingException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
PingException::PingException ( string message ) : System.Runtime.Serialization
PingException::PingException ( string message, Exception innerException ) : System.Runtime.Serialization
PingException