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

NetworkInformationException() private method

private NetworkInformationException ( SocketError socketError ) : System.ComponentModel
socketError SocketError
return System.ComponentModel
        internal NetworkInformationException(SocketError socketError) : base((int)socketError)
        {
        }

Same methods

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