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

TransactionSequenceException Class

An exception that is thrown when the sequence of the BeginTransaction, CommitTransaction and RollbackTransaction methods is incorrect.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public class TransactionSequenceException :
    Exception

Remarks

This exception is thrown when the BeginTransaction, CommitTransaction and RollbackTransaction methods are called in the wrong order.

Solution:

- correct your code to ensure that these methods are used correctly.

Inheritance

Object
Exception
TransactionSequenceException
See Also