System.Transactions.TransactionStatePromotedNonMSDTCAborted.ChangeStateTransactionAborted C# (CSharp) Method

ChangeStateTransactionAborted() private method

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