EntryPointNotImplementedException Class
The exception that is thrown by an extension when Forefront Identity Manager Synchronization Service (FIM Synchronization Service) calls an entry point that is not implemented by the extension.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As EntryPointNotImplementedException
Syntax
'Declaration
Public NotInheritable Class EntryPointNotImplementedException
Inherits ExtensionException
public sealed class EntryPointNotImplementedException : ExtensionException
public ref class EntryPointNotImplementedException sealed : public ExtensionException
public final class EntryPointNotImplementedException extends ExtensionException
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
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
EntryPointNotImplementedException Members
Microsoft.MetadirectoryServices Namespace
ExtensionException
Microsoft.MetadirectoryServices