FatalEntryExportException Constructor (String)
Creates an instance of the FatalEntryExportException 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 FatalEntryExportException(description)
Syntax
'Declaration
Public Sub New ( _
description As String _
)
public FatalEntryExportException (
string description
)
public:
FatalEntryExportException (
String^ description
)
public FatalEntryExportException (
String description
)
public function FatalEntryExportException (
description : String
)
Parameters
- description
The error message.
Platforms
Target Platforms
See Also
Reference
FatalEntryExportException Class
FatalEntryExportException Members
Microsoft.MetadirectoryServices Namespace
FatalEntryExportException Class