23 instantiations of NetworkInformationException
System (23)
net\System\Net\Internal.cs (3)
256throw new NetworkInformationException((int)result); 586NetworkInformationException exception = new NetworkInformationException(); 609NetworkInformationException exception = new NetworkInformationException();
net\System\Net\NetworkInformation\NetworkAddressChange.cs (4)
302NetworkInformationException exception = new NetworkInformationException(); 310throw new NetworkInformationException(); 330NetworkInformationException exception = new NetworkInformationException(); 338throw new NetworkInformationException();
net\System\Net\NetworkInformation\SystemIcmpV4Statistics.cs (1)
23throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemIcmpV6Statistics.cs (1)
42throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (5)
51throw new NetworkInformationException((int)result); 196throw new NetworkInformationException((int)result); 247throw new NetworkInformationException((int)result); 301throw new NetworkInformationException((int)result); 351throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemIPGlobalStatistics.cs (1)
25throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (2)
77throw new NetworkInformationException(SocketError.ProtocolNotSupported); 84throw new NetworkInformationException(SocketError.ProtocolNotSupported);
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (1)
38throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
103throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (2)
49throw new NetworkInformationException(error); 128throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemTcpStatistics.cs (1)
21throw new NetworkInformationException((int)result);
net\System\Net\NetworkInformation\SystemUdpStatistics.cs (1)
24throw new NetworkInformationException((int)result);
8 references to NetworkInformationException
System (8)
net\System\Net\Internal.cs (2)
586NetworkInformationException exception = new NetworkInformationException(); 609NetworkInformationException exception = new NetworkInformationException();
net\System\Net\NetworkInformation\NetworkAddressChange.cs (3)
199catch (NetworkInformationException nie) 302NetworkInformationException exception = new NetworkInformationException(); 330NetworkInformationException exception = new NetworkInformationException();
net\System\Net\NetworkInformation\NetworkInformationException.cs (2)
23/// Creates a new instance of the <see cref='System.Net.NetworkInformation.NetworkInformationException'/> class with the default error code. 31/// Creates a new instance of the <see cref='System.Net.NetworkInformation.NetworkInformationException'/> class with the specified error code.
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
66catch (NetworkInformationException nie) {