DBTransaction Rollback throws

Posted by pdiddy on Stack Overflow See other posts from Stack Overflow or by pdiddy
Published on 2010-05-13T12:52:24Z Indexed on 2010/05/13 12:54 UTC
Read the original article Hit count: 114

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#