Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
description As String, _
innerException As Exception _
)
|
C# |
public NoCompatiblePartitionFoundException (
string description,
Exception innerException
)
|
C++ |
public:
NoCompatiblePartitionFoundException (
String^ description,
Exception^ innerException
)
|
J# |
public NoCompatiblePartitionFoundException (
String description,
Exception innerException
)
|
JScript |
public function NoCompatiblePartitionFoundException (
description : String,
innerException : Exception
)
|
Parameters
- description
- innerException
Platforms
Target Platforms
See Also