Microsoft Identity Integration Server 2003 Developer Reference

InvalidDNException.InvalidDNException (String, String)

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

InvalidDNException