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

PingException() protected method

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

Same methods

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