The exception that is thrown by a connected directory extension when an unexpected error occurs in the extension.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ExtensibleExtensionException

Syntax

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

Remarks

Depending on which method throws this exception, the exception can stop a run. For more information, see the documentation for the method that threw this exception.


Inheritance Hierarchy

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

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