DirectoryOperationException 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 DirectoryOperationException class is an exception thrown by the SendRequest(DirectoryRequest) method to indicate that the server returned a DirectoryResponse object with an error.
public ref class DirectoryOperationException : System::DirectoryServices::Protocols::DirectoryException
public class DirectoryOperationException : System.DirectoryServices.Protocols.DirectoryException
type DirectoryOperationException = class
inherit DirectoryException
interface ISerializable
Public Class DirectoryOperationException
Inherits DirectoryException
- Inheritance
- Derived
- Implements
Constructors
Properties
| Name | Description |
|---|---|
| Response |
The Response property specifies the DirectoryResponse object returned by the server that contains an error. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
The GetObjectData(SerializationInfo, StreamingContext) method populates the SerializationInfo object with the data required to serialize the parameter. |