10 overrides of Rollback
System.Transactions (10)
System\Transactions\TransactionState.cs (10)
1344
internal override void
Rollback
( InternalTransaction tx, Exception e )
1724
internal override void
Rollback
( InternalTransaction tx, Exception e )
1920
internal override void
Rollback
( InternalTransaction tx, Exception e )
2152
internal override void
Rollback
( InternalTransaction tx, Exception e )
2299
internal override void
Rollback
( InternalTransaction tx, Exception e )
2363
internal override void
Rollback
( InternalTransaction tx, Exception e )
2558
internal override void
Rollback
( InternalTransaction tx, Exception e )
3773
internal override void
Rollback
( InternalTransaction tx, Exception e )
4317
internal override void
Rollback
(InternalTransaction tx, Exception e)
4926
internal override void
Rollback
(InternalTransaction tx, Exception e)
6 references to Rollback
System.Transactions (6)
System\Transactions\Transaction.cs (2)
825
this.internalTransaction.State.
Rollback
(this.internalTransaction, null);
863
this.internalTransaction.State.
Rollback
(this.internalTransaction, e);
System\Transactions\TransactionState.cs (4)
1234
this.
Rollback
( tx, e );
1485
tx.State.
Rollback
( tx, null );
3164
tx.State.
Rollback
( tx, null );
4475
tx.State.
Rollback
(tx, null);