PingException Class
.NET Framework 3.0
The exception that is thrown when a Send or SendAsync method calls a method that throws an exception.
Namespace: System.Net.NetworkInformation
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <SerializableAttribute> _ Public Class PingException Inherits InvalidOperationException 'Usage Dim instance As PingException
/** @attribute SerializableAttribute() */ public class PingException extends InvalidOperationException
SerializableAttribute public class PingException extends InvalidOperationException
Not applicable.
The Ping class throws this exception to indicate that while sending an Internet Control Message Protocol (ICMP) Echo request, a method called by the Ping class threw an unhandled exception. Applications should check the inner exception of a PingException object to identify the problem.
The Ping class does not throw this exception if the ICMP Echo request fails because of network, ICMP, or destination errors. For such errors, the Ping class returns a PingReply object with the relevant IPStatus value set in the Status property.
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
System.Net.NetworkInformation.PingException
System.Exception
System.SystemException
System.InvalidOperationException
System.Net.NetworkInformation.PingException
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: