NoCompatiblePartitionFoundException Constructor (String, String, String[], String)

Creates an instance of the NoCompatiblePartitionFoundException class with the specified management agent name, distinguished name, object class list, and primary object type.

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

Usage

'Usage
Dim MAName As String
Dim DN As String
Dim ObjectClasses As String()
Dim ObjectType As String

Dim instance As New NoCompatiblePartitionFoundException(MAName, DN, ObjectClasses, ObjectType)

Syntax

'Declaration
Public Sub New ( _
    MAName As String, _
    DN As String, _
    ObjectClasses As String(), _
    ObjectType As String _
)
public NoCompatiblePartitionFoundException (
    string MAName,
    string DN,
    string[] ObjectClasses,
    string ObjectType
)
public:
NoCompatiblePartitionFoundException (
    String^ MAName, 
    String^ DN, 
    array<String^>^ ObjectClasses, 
    String^ ObjectType
)
public NoCompatiblePartitionFoundException (
    String MAName, 
    String DN, 
    String[] ObjectClasses, 
    String ObjectType
)
public function NoCompatiblePartitionFoundException (
    MAName : String, 
    DN : String, 
    ObjectClasses : String[], 
    ObjectType : String
)

Parameters

  • MAName
    The name of the management agent that rejected the new object.
  • DN
    The distinguished name of the new object that was rejected by the partition filter criteria.
  • ObjectClasses
    The list of object classes of the new object that was rejected by the partition filter criteria.
  • ObjectType
    The primary object type of the new object that was rejected by the partition filter criteria.

Platforms

Target Platforms

See Also

Reference

NoCompatiblePartitionFoundException Class
NoCompatiblePartitionFoundException Members
Microsoft.MetadirectoryServices Namespace
NoCompatiblePartitionFoundException Class