System.Transactions.TransactionStatePromotedAborted.ChangeStateTransactionAborted C# (CSharp) 메소드

ChangeStateTransactionAborted() 개인적인 메소드

private ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e Exception
리턴 void
        internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e)
        {
            // This may come from a promotable single phase enlistments abort response.
        }