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

NetworkInformationException() private method

private NetworkInformationException ( string message ) : System.ComponentModel
message string
return System.ComponentModel
        internal NetworkInformationException(string message) : base(message)
        {
        }

Same methods

NetworkInformationException::NetworkInformationException ( ) : System.ComponentModel
NetworkInformationException::NetworkInformationException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
NetworkInformationException::NetworkInformationException ( SocketError socketError ) : System.ComponentModel
NetworkInformationException::NetworkInformationException ( int errorCode ) : System.ComponentModel
NetworkInformationException::NetworkInformationException ( string message, Exception innerException ) : System.ComponentModel
NetworkInformationException