The exception that is thrown when the password that is supplied contains extended characters or characters that are not valid.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As PasswordIllFormedException

Syntax

Visual Basic
Public NotInheritable Class PasswordIllFormedException
		Inherits ExtensionException
C#
public sealed class PasswordIllFormedException : ExtensionException
C++
public ref class PasswordIllFormedException sealed : public ExtensionException
J#
public final class PasswordIllFormedException extends ExtensionException
JScript
public final class PasswordIllFormedException extends ExtensionException

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.ExtensionException
        Microsoft.MetadirectoryServices.PasswordIllFormedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also