DirectoryServicesCOMException 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.
Contains extended error information about an error that occurred when the Invoke(String, Object[]) method is called.
public ref class DirectoryServicesCOMException : System::Runtime::InteropServices::COMException
public class DirectoryServicesCOMException : System.Runtime.InteropServices.COMException
type DirectoryServicesCOMException = class
inherit COMException
interface ISerializable
Public Class DirectoryServicesCOMException
Inherits COMException
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DirectoryServicesCOMException() |
Initializes a new instance of the DirectoryServicesCOMException class. |
| DirectoryServicesCOMException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the DirectoryServicesCOMException class with the specified serialization information and streaming context. |
| DirectoryServicesCOMException(String, Exception) |
Initializes a new instance of the DirectoryServicesCOMException class with the specified string and exception. |
| DirectoryServicesCOMException(String) |
Initializes a new instance of the DirectoryServicesCOMException class with the specified string. |
Properties
| Name | Description |
|---|---|
| ExtendedError |
Gets the extended error code. |
| ExtendedErrorMessage |
Gets the extended error message. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Populates the SerializationInfo object with the data needed to serialize the DirectoryServicesCOMException object. |