System.Transactions.VolatileEnlistmentSPC.Aborted C# (CSharp) Method

Aborted() private method

private Aborted ( InternalEnlistment enlistment, Exception e ) : void
enlistment InternalEnlistment
e Exception
return void
        internal override void Aborted(InternalEnlistment enlistment, Exception e)
        {
            VolatileEnlistmentEnded.EnterState(enlistment);

            enlistment.Transaction.State.ChangeStateTransactionAborted(enlistment.Transaction, e);
        }