EFConnectionException(String) Constructor
Initializes a new instance of the EFConnectionException class with the specified message.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
message | String | A String value, specifying the message displayed when a database connection fails. |
See Also