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

CreateBlockingClone() 개인적인 메소드

private CreateBlockingClone ( InternalTransaction tx ) : void
tx InternalTransaction
리턴 void
        internal override void CreateBlockingClone(InternalTransaction tx)
        {
            throw TransactionException.CreateTransactionStateException(tx._innerException, tx.DistributedTxId);
        }