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

CreateBlockingClone() private method

private CreateBlockingClone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void CreateBlockingClone(InternalTransaction tx)
        {
            throw TransactionAbortedException.Create(SR.TransactionAborted, tx._innerException, tx.DistributedTxId);
        }