In The Hand LtdIn The Hand
PingException Constructor (message, innerException)
NamespacesInTheHand.Net.NetworkInformationPingExceptionPingException(String, Exception)
.NET Components for Mobility
Initializes a new instance of the PingException class using the specified message and inner exception.
Declaration Syntax
C#Visual Basic
public PingException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Parameters
message (String)
A String that describes the error.
innerException (Exception)
The exception that causes the current exception.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0