The exception that is thrown when the password extension fails to set the password in the connected directory.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As AccessDeniedException

Syntax

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

Inheritance Hierarchy

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

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