System.Transactions.TransactionStatePhase0.Rollback C# (CSharp) Method

Rollback() private method

private Rollback ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e System.Exception
return void
        internal override void Rollback(InternalTransaction tx, Exception e)
        {
            ChangeStateTransactionAborted(tx, e);
        }