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

Usage

Visual Basic
Dim MAName As String
Dim DN As String

Dim instance As New InvalidDNException(MAName, DN)

Syntax

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

Parameters

MAName

The name of the management agent.

DN

The distinguished name.

Platforms

Target Platforms

See Also