EntryExportException Constructor (String, Exception)
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim innerException As Exception
Dim instance As New EntryExportException(description, innerException)
Syntax
'Declaration
Public Sub New ( _
description As String, _
innerException As Exception _
)
public EntryExportException (
string description,
Exception innerException
)
public:
EntryExportException (
String^ description,
Exception^ innerException
)
public EntryExportException (
String description,
Exception innerException
)
public function EntryExportException (
description : String,
innerException : Exception
)
Parameters
- description
- innerException
Platforms
Target Platforms
See Also
Reference
EntryExportException Class
EntryExportException Members
Microsoft.MetadirectoryServices Namespace
EntryExportException Class