Back to Devexpress

SqlExecutionErrorException Class

corelibraries-devexpress-dot-xpo-dot-db-dot-exceptions-9f623ec7.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class SqlExecutionErrorException :
    Exception
vb
Public Class SqlExecutionErrorException
    Inherits 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

Object Exception SqlExecutionErrorException ConstraintViolationException

See Also

SqlExecutionErrorException Members

DevExpress.Xpo.DB.Exceptions Namespace