TransactionSequenceException Class
In This Article
An exception that is thrown when the sequence of the BeginTransaction, CommitTransaction and RollbackTransaction methods is incorrect.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#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.
See Also