Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DatabaseUnavailableException class.
Overload List
| Name | Description | 
|---|---|
| DatabaseUnavailableException () | Initializes a new instance of the DatabaseUnavailableException class with default values | 
| DatabaseUnavailableException (Exception) | Initializes a new instance of the DatabaseUnavailableException class by specifying an inner exception that caused the current exception. | 
| DatabaseUnavailableException (SqlException) | Initializes a new instance of the DatabaseUnavailableException class by specifying an inner SQL exception that caused the current exception. | 
| DatabaseUnavailableException (String) | Initializes a new instance of the DatabaseUnavailableException class by specifying the error message that describes the current exception. | 
| DatabaseUnavailableException (SerializationInfo, StreamingContext) | Initializes a new instance of the DatabaseUnavailableException class with serialized data. | 
| DatabaseUnavailableException (String, Exception) | Initializes a new instance of the DatabaseUnavailableException class with an error message and inner exception. | 
| DatabaseUnavailableException (String, SqlException) | Initializes a new instance of the DatabaseUnavailableException class with an error message and inner SQL exception. | 
See Also
Reference
DatabaseUnavailableException Class
DatabaseUnavailableException Members
Microsoft.EnterpriseManagement.Common Namespace