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

SqlExecutionErrorException Class

An exception that is thrown when an unexpected error occurs during the execution of a SQL statement.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v19.1.dll

Declaration

public class SqlExecutionErrorException :
    Exception

Remarks

For instance, this exception can occur when a database has been modified from the outside, so a SQL statement cannot be executed. See the InnerException property to find details on this error.

Inheritance

See Also