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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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