Microsoft Identity Integration Server 2003 Developer Reference

ObjectAlreadyExistsException.ObjectAlreadyExistsException

The ObjectAlreadyExistsException constructor creates an instance of the ObjectAlreadyExistsException class with the specified management agent name and distinguished name.
[C#]
public ObjectAlreadyExistsException(
  String MAName,
  String DN
);
[Visual Basic .NET]
Public Sub New( _
  ByVal MAName As String, _
  ByVal DN As String _
)

Parameters

MAName
The name of the management agent that contains the object that already exists.
DN
The distinguished name of the object that already exists.

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

ObjectAlreadyExistsException