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

EFConnectionException(String) Constructor

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public EFConnectionException(
    string message
)

Parameters

Name Type Description
message String

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

See Also