Creates an instance of the
FatalEntryExportException
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 FatalEntryExportException (
string description
)
|
C++ |
public:
FatalEntryExportException (
String^ description
)
|
J# |
public FatalEntryExportException (
String description
)
|
JScript |
public function FatalEntryExportException (
description : String
)
|
Parameters
- description
Platforms
Target Platforms
See Also