Partager via


BadServerCredentialsException Constructor (String)

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

Syntax

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

Parameters

  • description
    The error message.

Platforms

Target Platforms

See Also

Reference

BadServerCredentialsException Class
BadServerCredentialsException Members
Microsoft.MetadirectoryServices Namespace
BadServerCredentialsException Class