Abort the transaction.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void Abort()
Sub Abort
void Abort()
void Abort()
Exceptions
Exception | Condition |
---|---|
UnknownTransactionException |
The transaction is unknown to the manager.
This may be because the transaction ID was incorrect, or because the transaction
has proceeded to cleanup due to an earlier commit or abort, and has been forgotten.
|
CannotAbortException | The transaction has already been committed. |