NetworkInformationException Class
.NET Framework 3.0
The exception that is thrown when an error occurs while retrieving network information.
Namespace: System.Net.NetworkInformation
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <SerializableAttribute> _ Public Class NetworkInformationException Inherits Win32Exception 'Usage Dim instance As NetworkInformationException
/** @attribute SerializableAttribute() */ public class NetworkInformationException extends Win32Exception
SerializableAttribute public class NetworkInformationException extends Win32Exception
Not applicable.
Types in the System.Net.NetworkInformation namespace throw this exception when a call to a Win32 function fails. The ErrorCode property contains the result returned by the function.
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.ComponentModel.Win32Exception
System.Net.NetworkInformation.NetworkInformationException
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.ComponentModel.Win32Exception
System.Net.NetworkInformation.NetworkInformationException
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: