EntryExportException Constructor (String)

Creates an instance of the EntryExportException class with the specified error message.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim description As String

Dim instance As New EntryExportException(description)

Syntax

'Declaration
Public Sub New ( _
    description As String _
)
public EntryExportException (
    string description
)
public:
EntryExportException (
    String^ description
)
public EntryExportException (
    String description
)
public function EntryExportException (
    description : String
)

Parameters

  • description

Platforms

Target Platforms

See Also

Reference

EntryExportException Class
EntryExportException Members
Microsoft.MetadirectoryServices Namespace
EntryExportException Class