Share via


InvalidDNException.InvalidDNException Constructor

The InvalidDNException (String, String, String) constructor creates an instance of the InvalidDNException class with the specified management agent name, distinguished name, and error message.

Syntax

public void InvalidDNException(
  String MAName,
  String DN,
  String messageFormat
);
Public Sub InvalidDNException( _
  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 ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

InvalidDNException

Send comments about this topic to Microsoft

Build date: 2/16/2009