The exception that is thrown by a connected directory extension when an entry cannot be exported.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As EntryExportException

Syntax

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

Inheritance Hierarchy

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

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