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