DotMSN

ConnectivityException Constructor (String, Exception)

Specifies a ConnectivityException which originates from another exception.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
[C#]
public ConnectivityException(
   string message,
   Exception innerException
);

Parameters

message
A textual presentation of the exception message
innerException
The (inner)exception which caused this exception. For example a SocketException

See Also

ConnectivityException Class | XihSolutions.DotMSN Namespace | ConnectivityException Constructor Overload List