Creates an instance of the
EntryExportException
class with the specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
description As String _
)
|
C# |
public EntryExportException (
string description
)
|
C++ |
public:
EntryExportException (
String^ description
)
|
J# |
public EntryExportException (
String description
)
|
JScript |
public function EntryExportException (
description : String
)
|
Parameters
- description
Platforms
Target Platforms
See Also