Microsoft Identity Integration Server 2003 Developer Reference

NoCompatiblePartitionFoundException.NoCompatiblePartitionFoundException

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.
[C#]
public NoCompatiblePartitionFoundException(
  String MAName,
  String DN,
  String[] ObjectClasses,
  String ObjectType
);
[Visual Basic .NET]
Public Sub New( _
  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: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

NoCompatiblePartitionFoundException