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