Partager via


InvalidDNException Constructor (String, String, String)

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

'Usage
Dim MAName As String
Dim DN As String
Dim messageFormat As String

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

Syntax

'Declaration
Public Sub New ( _
    MAName As String, _
    DN As String, _
    messageFormat As String _
)
public InvalidDNException (
    string MAName,
    string DN,
    string messageFormat
)
public:
InvalidDNException (
    String^ MAName, 
    String^ DN, 
    String^ messageFormat
)
public InvalidDNException (
    String MAName, 
    String DN, 
    String messageFormat
)
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

Reference

InvalidDNException Class
InvalidDNException Members
Microsoft.MetadirectoryServices Namespace
InvalidDNException Class