Skip to main content

EFConnectionException(String, Exception) Constructor

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public EFConnectionException(
    string message,
    Exception innerException
)

Parameters

Name Type Description
message String

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

innerException Exception

A Exception object, specifying the error details.

See Also