ClosePasswordConnectionException Class

Thrown by a password extension to indicate an error while ending the connection to the server.

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

Usage

'Usage
Dim instance As ClosePasswordConnectionException

Syntax

'Declaration
Public NotInheritable Class ClosePasswordConnectionException
    Inherits ExtensionException
public sealed class ClosePasswordConnectionException : ExtensionException
public ref class ClosePasswordConnectionException sealed : public ExtensionException
public final class ClosePasswordConnectionException extends ExtensionException
public final class ClosePasswordConnectionException extends ExtensionException

Inheritance Hierarchy

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

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

ClosePasswordConnectionException Members
Microsoft.MetadirectoryServices Namespace