Creates an instance of the InvalidDNException class with the specified management agent name, distinguished name, and error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim MAName As String
Dim DN As String
Dim messageFormat As String

Dim instance As New InvalidDNException(MAName, DN, messageFormat)

Syntax

Visual Basic
Public Sub New ( _
		MAName As String, _
		DN As String, _
		messageFormat As String _
)
C#
public InvalidDNException (
		string MAName,
		string DN,
		string messageFormat
)
C++
public:
InvalidDNException (
		String^ MAName, 
		String^ DN, 
		String^ messageFormat
)
J#
public InvalidDNException (
		String MAName, 
		String DN, 
		String messageFormat
)
JScript
public function InvalidDNException (
		MAName : String, 
		DN : String, 
		messageFormat : String
)

Parameters

MAName

The name of the management agent.

DN

The distinguished name.

messageFormat

The error message.

Platforms

Target Platforms

See Also