Editar

ActiveDirectoryObjectExistsException Class

Definition

The ActiveDirectoryObjectExistsException class exception is thrown when an Active Directory Domain Services object is created and that object already exists in the underlying directory store.

public ref class ActiveDirectoryObjectExistsException : Exception
public class ActiveDirectoryObjectExistsException : Exception
type ActiveDirectoryObjectExistsException = class
    inherit Exception
Public Class ActiveDirectoryObjectExistsException
Inherits Exception
Inheritance
ActiveDirectoryObjectExistsException

Constructors

Name Description
ActiveDirectoryObjectExistsException()

Initializes a new instance of the ActiveDirectoryObjectExistsException class.

ActiveDirectoryObjectExistsException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the ActiveDirectoryObjectExistsException class, using the specified serialization information and streaming context.

ActiveDirectoryObjectExistsException(String, Exception)

Initializes a new instance of the ActiveDirectoryObjectExistsException class, using a specified error message and an underlying exception object.

ActiveDirectoryObjectExistsException(String)

Initializes a new instance of the ActiveDirectoryObjectExistsException class, using a specified error message.

Applies to