ActiveDirectoryServerDownException 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 ActiveDirectoryServerDownException class exception is thrown when a server is unavailable to respond to a service request.
public ref class ActiveDirectoryServerDownException : Exception
public class ActiveDirectoryServerDownException : Exception
type ActiveDirectoryServerDownException = class
inherit Exception
interface ISerializable
Public Class ActiveDirectoryServerDownException
Inherits Exception
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ActiveDirectoryServerDownException() |
Initializes a new instance of the ActiveDirectoryServerDownException class. |
| ActiveDirectoryServerDownException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the ActiveDirectoryServerDownException class, using the specified serialization information and streaming context. |
| ActiveDirectoryServerDownException(String, Exception, Int32, String) |
Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message, an underlying exception object, a specified error code, and a specified server name. |
| ActiveDirectoryServerDownException(String, Exception) |
Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message and an underlying exception object. |
| ActiveDirectoryServerDownException(String, Int32, String) |
Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message, a specified error code, and a specified server name. |
| ActiveDirectoryServerDownException(String) |
Initializes a new instance of the ActiveDirectoryServerDownException class with a specified error message. |
Properties
| Name | Description |
|---|---|
| ErrorCode |
Gets the error code for the ActiveDirectoryServerDownException object. |
| Message |
Gets the message that describes the ActiveDirectoryServerDownException object error. |
| Name |
Gets the name of the server that is associated with the ActiveDirectoryServerDownException object. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Sets the SerializationInfo object with information about the exception. |