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

Usage

Visual Basic
Dim description As String

Dim instance As New BadServerCredentialsException(description)

Syntax

Visual Basic
Public Sub New ( _
		description As String _
)
C#
public BadServerCredentialsException (
		string description
)
C++
public:
BadServerCredentialsException (
		String^ description
)
J#
public BadServerCredentialsException (
		String description
)
JScript
public function BadServerCredentialsException (
		description : String
)

Parameters

description

Platforms

Target Platforms

See Also