Home
last modified time | relevance | path

Searched refs:NetworkInformationException (Results 1 – 25 of 78) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/NetworkInformation/
H A DNetworkInformationException.cs21 public class NetworkInformationException : Win32Exception class
28 public NetworkInformationException() : base(Marshal.GetLastWin32Error()) in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
37 public NetworkInformationException(int errorCode) : base(errorCode) in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
41 …protected NetworkInformationException(SerializationInfo serializationInfo, StreamingContext stream… in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
45 internal NetworkInformationException(SocketError socketError) : base((int)socketError) in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
49 internal NetworkInformationException(string message) : base(message) in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
53 …internal NetworkInformationException(string message, Exception innerException) : base(message, inn… in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DNetworkInformationException.cs20 public class NetworkInformationException : Win32Exception { class
26 public NetworkInformationException() : base(Marshal.GetLastWin32Error()) { in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
34 public NetworkInformationException(int errorCode) : base(errorCode) { in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
38 internal NetworkInformationException(SocketError socketError) : base((int)socketError) { in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
41 …protected NetworkInformationException(SerializationInfo serializationInfo, StreamingContext stream… in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
H A DNetworkAddressChange.cs183 catch (NetworkInformationException nie) in AddressChangedCallback()
275NetworkInformationException exception = new NetworkInformationException(); in StartHelper()
283 throw new NetworkInformationException(); in StartHelper()
303NetworkInformationException exception = new NetworkInformationException(); in StartHelper()
311 throw new NetworkInformationException(); in StartHelper()
H A DSystemNetworkInterface.cs49 throw new NetworkInformationException(error); in GetBestInterfaceForAddress()
66 catch (NetworkInformationException nie) { in InternalGetIsNetworkAvailable()
128 throw new NetworkInformationException((int)result); in GetNetworkInterfaces()
H A DSystemIPGlobalProperties.cs52 throw new NetworkInformationException((int)result); in GetFixedInfo()
197 throw new NetworkInformationException((int)result); in GetAllTcpConnections()
248 throw new NetworkInformationException((int)result); in GetAllTcpConnections()
302 throw new NetworkInformationException((int)result); in GetActiveUdpListeners()
352 throw new NetworkInformationException((int)result); in GetActiveUdpListeners()
H A DSystemIPInterfaceProperties.cs77 throw new NetworkInformationException(SocketError.ProtocolNotSupported); in GetIPv4Properties()
84 throw new NetworkInformationException(SocketError.ProtocolNotSupported); in GetIPv6Properties()
H A DSystemUdpStatistics.cs24 throw new NetworkInformationException((int)result); in SystemUdpStatistics()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DExceptionHelper.cs9 public static NetworkInformationException CreateForParseFailure() in CreateForParseFailure()
11 return new NetworkInformationException(); in CreateForParseFailure()
14 public static NetworkInformationException CreateForInformationUnavailable() in CreateForInformationUnavailable()
16 return new NetworkInformationException(); in CreateForInformationUnavailable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DExceptionHelper.Linux.cs9 public static NetworkInformationException CreateForParseFailure() in CreateForParseFailure()
11 return new NetworkInformationException(SR.net_FailedToParseNetworkFile); in CreateForParseFailure()
14 public static NetworkInformationException CreateForInformationUnavailable() in CreateForInformationUnavailable()
16 return new NetworkInformationException(SR.net_InformationUnavailableOnPlatform); in CreateForInformationUnavailable()
H A DNetworkAddressChange.Windows.cs166 catch (NetworkInformationException nie) in AddressChangedCallback()
266NetworkInformationException exception = new NetworkInformationException(); in StartHelper()
283 throw new NetworkInformationException(); in StartHelper()
305NetworkInformationException exception = new NetworkInformationException(); in StartHelper()
322 throw new NetworkInformationException(); in StartHelper()
H A DOsxNetworkInterface.cs20 throw new NetworkInformationException(SR.net_PInvokeError); in OsxNetworkInterface()
88 … throw new NetworkInformationException(SR.net_PInvokeError, new AggregateException(exceptions)); in GetOsxNetworkInterfaces()
100 throw new NetworkInformationException(SR.net_PInvokeError); in GetOsxNetworkInterfaces()
H A DSystemNetworkInterface.cs53 throw new NetworkInformationException(error); in GetBestInterfaceForAddress()
73 catch (NetworkInformationException nie) in InternalGetIsNetworkAvailable()
132 throw new NetworkInformationException((int)result); in GetNetworkInterfaces()
H A DOsxIPv4GlobalStatistics.cs36 throw new NetworkInformationException(SR.net_PInvokeError); in OsxIPv4GlobalStatistics()
71 throw new NetworkInformationException(SR.net_PInvokeError); in OsxIPv4GlobalStatistics()
H A DSystemIPGlobalProperties.cs164 throw new NetworkInformationException((int)result); in GetAllTcpConnections()
212 throw new NetworkInformationException((int)result); in GetAllTcpConnections()
267 throw new NetworkInformationException((int)result); in GetActiveUdpListeners()
315 throw new NetworkInformationException((int)result); in GetActiveUdpListeners()
H A DSystemIPInterfaceProperties.cs80 throw new NetworkInformationException(SocketError.ProtocolNotSupported); in GetIPv4Properties()
90 throw new NetworkInformationException(SocketError.ProtocolNotSupported); in GetIPv6Properties()
H A DNetworkAddressChange.Linux.cs125 throw new NetworkInformationException(message); in CreateSocket()
140 throw new NetworkInformationException(message); in CloseSocket()
H A DOsxIPGlobalProperties.cs19 throw new NetworkInformationException(SR.net_PInvokeError); in GetActiveTcpConnections()
71 throw new NetworkInformationException(SR.net_PInvokeError); in GetActiveUdpListeners()
H A DLinuxNetworkInterface.cs90 … throw new NetworkInformationException(SR.net_PInvokeError, new AggregateException(exceptions)); in GetLinuxNetworkInterfaces()
102 throw new NetworkInformationException(SR.net_PInvokeError); in GetLinuxNetworkInterfaces()
H A DNetworkAddressChange.OSX.cs140 throw new NetworkInformationException(SR.net_PInvokeError); in CreateAndStartRunLoop()
166 throw new NetworkInformationException(SR.net_PInvokeError); in CreateAndStartRunLoop()
H A DSystemUdpStatistics.cs22 throw new NetworkInformationException((int)result); in SystemUdpStatistics()
H A DNetworkInterfacePal.Linux.cs48 throw new NetworkInformationException(SR.net_NoLoopback);
H A DNetworkInterfacePal.Osx.cs54 throw new NetworkInformationException(SR.net_NoLoopback);
H A DOsxUdpStatistics.cs22 throw new NetworkInformationException(SR.net_PInvokeError); in OsxUdpStatistics()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPGlobalProperties.cs63 throw new NetworkInformationException ();
73 throw new NetworkInformationException ();
218 throw new NetworkInformationException (); in GetProperties6()
498 throw new NetworkInformationException (); in GetIcmpV4Statistics()
507 throw new NetworkInformationException (); in GetIcmpV6Statistics()
516 throw new NetworkInformationException (); in GetIPv4GlobalStatistics()
525 throw new NetworkInformationException (); in GetIPv6GlobalStatistics()
534 throw new NetworkInformationException (); in GetTcpIPv4Statistics()
543 throw new NetworkInformationException (); in GetTcpIPv6Statistics()
552 throw new NetworkInformationException (); in GetUdpIPv4Statistics()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs292 public partial class NetworkInformationException : System.ComponentModel.Win32Exception class
294 public NetworkInformationException() { } in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
295 public NetworkInformationException(int errorCode) { } in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException
296 …protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serialization… in NetworkInformationException() method in System.Net.NetworkInformation.NetworkInformationException

1234