InvalidDNException Constructor (String, String)
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
'Usage
Dim MAName As String
Dim DN As String
Dim instance As New InvalidDNException(MAName, DN)
Syntax
'Declaration
Public Sub New ( _
MAName As String, _
DN As String _
)
public InvalidDNException (
string MAName,
string DN
)
public:
InvalidDNException (
String^ MAName,
String^ DN
)
public InvalidDNException (
String MAName,
String DN
)
public function InvalidDNException (
MAName : String,
DN : String
)
Parameters
- MAName
The name of the management agent.
- DN
The distinguished name.
Platforms
Target Platforms
See Also
Reference
InvalidDNException Class
InvalidDNException Members
Microsoft.MetadirectoryServices Namespace
InvalidDNException Class