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);
        }