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
Send comments about this topic to Microsoft.