TransactionSequenceException Constructors
An exception that is thrown when the sequence of the BeginTransaction, CommitTransaction and RollbackTransaction methods is incorrect.| Name | Parameters | Description |
|---|---|---|
| TransactionSequenceException(String) | explanation | Initializes a new instance of the TransactionSequenceException class. |
See Also