DatabaseConnectionException(String) Constructor
Initializes a new instance of the DatabaseConnectionException class with the specified message.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | A String value, specifying the message displayed when a database connection fails. |
See Also