Microsoft Identity Integration Server 2003 Developer Reference

InvalidDNException.InvalidDNException (String, String, String)

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

Parameters

MAName
The name of the management agent.
DN
The distinguished name.
messageFormat
The error message.

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