PasswordIllFormedException Class

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

'Usage
Dim instance As PasswordIllFormedException

Syntax

'Declaration
Public NotInheritable Class PasswordIllFormedException
    Inherits ExtensionException
public sealed class PasswordIllFormedException : ExtensionException
public ref class PasswordIllFormedException sealed : public ExtensionException
public final class PasswordIllFormedException extends ExtensionException
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

Reference

PasswordIllFormedException Members
Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices