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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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.
See Also