ActiveDirectoryObjectExistsException Constructor
.NET Framework 4.5
Initializes a new instance of the ActiveDirectoryObjectExistsException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ActiveDirectoryObjectExistsException() | Initializes a new instance of the ActiveDirectoryObjectExistsException class. |
|
ActiveDirectoryObjectExistsException(String) | Initializes a new instance of the ActiveDirectoryObjectExistsException class, using a specified error message. |
|
ActiveDirectoryObjectExistsException(SerializationInfo, StreamingContext) | 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. |