ADServerDownException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ADServerDownException class.
Overload List
Name | Description | |
---|---|---|
ADServerDownException(String) | Initializes a new instance of the ADServerDownException class that uses the specified error message. | |
ADServerDownException(SerializationInfo, StreamingContext) | Initializes a new instance of the ADServerDownException class from a serialized version of the exception and contextual data. | |
ADServerDownException(String, Exception) | Initializes a new instance of the ADServerDownException class that uses the specified error message and inner exception. |
Top