Partilhar via


ClosePasswordConnectionException Constructor (String, Exception)

Creates an instance of the ClosePasswordConnectionException class.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim description As String
Dim innerException As Exception

Dim instance As New ClosePasswordConnectionException(description, innerException)

Syntax

'Declaration
Public Sub New ( _
    description As String, _
    innerException As Exception _
)
public ClosePasswordConnectionException (
    string description,
    Exception innerException
)
public:
ClosePasswordConnectionException (
    String^ description, 
    Exception^ innerException
)
public ClosePasswordConnectionException (
    String description, 
    Exception innerException
)
public function ClosePasswordConnectionException (
    description : String, 
    innerException : Exception
)

Parameters

  • description
    The error message.
  • innerException
    The inner exception.

Platforms

Target Platforms

See Also

Reference

ClosePasswordConnectionException Class
ClosePasswordConnectionException Members
Microsoft.MetadirectoryServices Namespace