Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
---|
Dim instance As EntryPointNotImplementedException |
Syntax
Visual Basic |
---|
Public NotInheritable Class EntryPointNotImplementedException Inherits ExtensionException |
C# |
---|
public sealed class EntryPointNotImplementedException : ExtensionException |
C++ |
---|
public ref class EntryPointNotImplementedException sealed : public ExtensionException |
J# |
---|
public final class EntryPointNotImplementedException extends ExtensionException |
JScript |
---|
public final class EntryPointNotImplementedException extends ExtensionException |
Remarks
This exception can stop a run depending on the method that threw the exception. For more information, see the documentation for the method that threw the exception.
Inheritance
Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.MetadirectoryServices.ExtensionException
Microsoft.MetadirectoryServices.EntryPointNotImplementedException
System.Exception
System.ApplicationException
Microsoft.MetadirectoryServices.ExtensionException
Microsoft.MetadirectoryServices.EntryPointNotImplementedException
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.