System.Transactions.TransactionStatePromotedNonMSDTCIndoubt.CreateBlockingClone C# (CSharp) 메소드

CreateBlockingClone() 개인적인 메소드

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