InvalidDNException Class

The exception that is thrown when an invalid distinguished name is passed to a method.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As InvalidDNException

Syntax

'Declaration
Public NotInheritable Class InvalidDNException
    Inherits MetadirectoryServicesException
public sealed class InvalidDNException : MetadirectoryServicesException
public ref class InvalidDNException sealed : public MetadirectoryServicesException
public final class InvalidDNException extends MetadirectoryServicesException
public final class InvalidDNException extends MetadirectoryServicesException

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.MetadirectoryServicesException
        Microsoft.MetadirectoryServices.InvalidDNException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

InvalidDNException Members
Microsoft.MetadirectoryServices Namespace
MetadirectoryServicesException
ReferenceValue
Microsoft.MetadirectoryServices