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

NetworkInformationException() public method

public NetworkInformationException ( ) : System.ComponentModel
return System.ComponentModel
        public NetworkInformationException() : base(Marshal.GetLastWin32Error())
        {
        }

Same methods

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::NetworkInformationException ( string message, Exception innerException ) : System.ComponentModel
NetworkInformationException