OpenNETCF Smart Device Framework 2.2
The exception that is thrown when a Send method calls a method that throws an exception.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public class PingException : Exception
Visual Basic (Declaration)
Public Class PingException _
	Inherits Exception
Visual Basic (Usage)
Dim instance As PingException
Visual C++
public ref class PingException : public Exception
J#
public class PingException extends Exception
JScript
public class PingException extends Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    OpenNETCF.Net.NetworkInformation..::.PingException

See Also