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

NetworkInformationException() private method

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

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 ) : System.ComponentModel
NetworkInformationException