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

PingException() protected method

protected PingException ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System
        protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
    }

Same methods

PingException::PingException ( string message )
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