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

Usage

Visual Basic
Dim description As String

Dim instance As New PasswordIllFormedException(description)

Syntax

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

Parameters

description

Platforms

Target Platforms

See Also