15 references to NetworkInformationException
System (15)
net\System\Net\Internal.cs (1)
256throw new NetworkInformationException((int)result);
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\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);