Share via


NoCompatiblePartitionFoundException.NoCompatiblePartitionFoundException Constructor

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

Syntax

public void NoCompatiblePartitionFoundException(
  String MAName,
  String DN,
  String[] ObjectClasses,
  String ObjectType
);
Public Sub NoCompatiblePartitionFoundException( _
  ByVal MAName As String, _
  ByVal DN As String, _
  ByVal ObjectClasses As String[], _
  ByVal ObjectType As 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.

Requirements

Product ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

NoCompatiblePartitionFoundException

Send comments about this topic to Microsoft

Build date: 2/16/2009