Compartilhar via


EndConnectionException Constructor (String)

Creates an instance of the EndConnectionException class 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 EndConnectionException(description)

Syntax

'Declaration
Public Sub New ( _
    description As String _
)
public EndConnectionException (
    string description
)
public:
EndConnectionException (
    String^ description
)
public EndConnectionException (
    String description
)
public function EndConnectionException (
    description : String
)

Parameters

  • description
    The error message.

Platforms

Target Platforms

See Also

Reference

EndConnectionException Class
EndConnectionException Members
Microsoft.MetadirectoryServices Namespace
EndConnectionException Class