System.Transactions.TransactionStateVolatilePhase1.ChangeStateTransactionAborted C# (CSharp) Метод

ChangeStateTransactionAborted() приватный Метод

private ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e Exception
Результат void
        internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e)
        {
            if (tx._innerException == null)
            {
                tx._innerException = e;
            }

            TransactionStateAborted.EnterState(tx);
        }