ObjectAlreadyExistsException Class

The exception that is thrown when a rules extension tries to add a connector where a connector that has a specified distinguished name already exists.

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

Usage

'Usage
Dim instance As ObjectAlreadyExistsException

Syntax

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

Inheritance Hierarchy

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

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

ObjectAlreadyExistsException Members
Microsoft.MetadirectoryServices Namespace
MetadirectoryServicesException Class
ReferenceValue
Microsoft.MetadirectoryServices