FailedConnectionException Constructor (String)
Creates an instance of the DroppedConnectionException class with the specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim instance As New FailedConnectionException(description)
Syntax
'Declaration
Public Sub New ( _
description As String _
)
public FailedConnectionException (
string description
)
public:
FailedConnectionException (
String^ description
)
public FailedConnectionException (
String description
)
public function FailedConnectionException (
description : String
)
Parameters
- description
The error message.
Platforms
Target Platforms
See Also
Reference
FailedConnectionException Class
FailedConnectionException Members
Microsoft.MetadirectoryServices Namespace