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

EFObjectSpace.GetSqlException(Exception) Method

Converts the passed Exception to an SqlException that is thrown when SQL Server returns a warning or error.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public static SqlException GetSqlException(
    Exception exception
)

Parameters

Name Type Description
exception Exception

An Exception error that occurs during application execution.

Returns

Type Description
SqlException

An SqlException that is thrown when SQL Server returns a warning or error.

See Also