Microsoft Identity Integration Server 2003 Developer Reference

MissingParentObjectException.MissingParentObjectException

The MissingParentObjectException constructor creates an instance of the MissingParentObjectException class with the specified management agent name and distinguished name.
[C#]
public MissingParentObjectException(
  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.
DN
The distinguished name.

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

MissingParentObjectException