NoCompatiblePartitionFoundException Constructor (String)

Creates an instance of the NoCompatiblePartitionFoundException class with the specific error message.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim description As String

Dim instance As New NoCompatiblePartitionFoundException(description)

Syntax

'Declaration
Public Sub New ( _
    description As String _
)
public NoCompatiblePartitionFoundException (
    string description
)
public:
NoCompatiblePartitionFoundException (
    String^ description
)
public NoCompatiblePartitionFoundException (
    String description
)
public function NoCompatiblePartitionFoundException (
    description : String
)

Parameters

  • description
    The error message.

Platforms

Target Platforms

See Also

Reference

NoCompatiblePartitionFoundException Class
NoCompatiblePartitionFoundException Members
Microsoft.MetadirectoryServices Namespace
NoCompatiblePartitionFoundException Class