Share via


DatabaseUnavailableException Class

Definition

Represents the exception that is thrown when you are unable to connect to a database to perform a requested operation.

public ref class DatabaseUnavailableException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class DatabaseUnavailableException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DatabaseUnavailableException = class
    inherit EnterpriseManagementException
Public Class DatabaseUnavailableException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

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(SerializationInfo, StreamingContext)

Initializes a new instance of the DatabaseUnavailableException class with serialized data.

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(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.

Applies to