Skip to main content
A newer version of this page is available. .

DatabaseConnectionException(String, Exception) Constructor

Initializes a new instance of the DatabaseConnectionException class with the specified message and exception details.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public DatabaseConnectionException(
    string message,
    Exception innerException
)

Parameters

Name Type Description
message String

A String value, specifying the message displayed when a database connection fails.

innerException Exception

A Exception object, specifying the error details.

See Also