23 instantiations of NetworkInformationException
System (23)
net\System\Net\Internal.cs (3)
256
throw new
NetworkInformationException
((int)result);
586
NetworkInformationException exception = new
NetworkInformationException
();
609
NetworkInformationException exception = new
NetworkInformationException
();
net\System\Net\NetworkInformation\NetworkAddressChange.cs (4)
302
NetworkInformationException exception = new
NetworkInformationException
();
310
throw new
NetworkInformationException
();
330
NetworkInformationException exception = new
NetworkInformationException
();
338
throw new
NetworkInformationException
();
net\System\Net\NetworkInformation\SystemIcmpV4Statistics.cs (1)
23
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemIcmpV6Statistics.cs (1)
42
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (5)
51
throw new
NetworkInformationException
((int)result);
196
throw new
NetworkInformationException
((int)result);
247
throw new
NetworkInformationException
((int)result);
301
throw new
NetworkInformationException
((int)result);
351
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemIPGlobalStatistics.cs (1)
25
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (2)
77
throw new
NetworkInformationException
(SocketError.ProtocolNotSupported);
84
throw new
NetworkInformationException
(SocketError.ProtocolNotSupported);
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (1)
38
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
103
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (2)
49
throw new
NetworkInformationException
(error);
128
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemTcpStatistics.cs (1)
21
throw new
NetworkInformationException
((int)result);
net\System\Net\NetworkInformation\SystemUdpStatistics.cs (1)
24
throw new
NetworkInformationException
((int)result);
8 references to NetworkInformationException
System (8)
net\System\Net\Internal.cs (2)
586
NetworkInformationException
exception = new NetworkInformationException();
609
NetworkInformationException
exception = new NetworkInformationException();
net\System\Net\NetworkInformation\NetworkAddressChange.cs (3)
199
catch (
NetworkInformationException
nie)
302
NetworkInformationException
exception = new NetworkInformationException();
330
NetworkInformationException
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)
66
catch (
NetworkInformationException
nie) {