ThrowIfCancelled¶
Throws an error if the current transaction is cancelled.
| 1 |  | 
Remarks¶
This method is useful when you want to check whether the current transaction has been cancelled and abort the current operation.
Example¶
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |  |