Class TransactionSequenceException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when the sequence of the BeginTransaction, CommitTransaction and RollbackTransaction methods is incorrect.
public class TransactionSequenceException : Exception, ISerializable
- Inheritance
-
TransactionSequenceException
- Implements
- Inherited Members
Constructors
TransactionSequenceException(string)
Initializes a new instance of the TransactionSequenceException class.
public TransactionSequenceException(string explanation)
Parameters
explanation
stringA string that specifies the description of the exception.