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

CheckForFinishedTransaction() private method

private CheckForFinishedTransaction ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void CheckForFinishedTransaction(InternalTransaction tx)
        {
            throw new TransactionAbortedException(tx._innerException, tx.DistributedTxId);
        }