A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class SqlExecutionErrorException :
Exception
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.
See Also
Feedback