DBTransaction Rollback throws
- by pdiddy
Looking into the documentation it says that the Rollback method can throw when the transaction is not in pending state (after begin transaction and before commit transaction).
I can't seem to find a way to check whether the transaction can be rollback or not. There isn't a state property either.