ActiveDirectoryObjectExistsException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |