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

DatabaseConnectionException(String) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public DatabaseConnectionException(
    string message
)

Parameters

Name Type Description
message String

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

See Also