Creates an instance of the
EndConnectionException
class with a message that is set by the developer.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
description As String _
)
|
C# |
public EndConnectionException (
string description
)
|
C++ |
public:
EndConnectionException (
String^ description
)
|
J# |
public EndConnectionException (
String description
)
|
JScript |
public function EndConnectionException (
description : String
)
|
Parameters
- description
-
The message to display.
Platforms
Target Platforms
See Also