System.Transactions.TransactionStatePromotedNonMSDTCAborted.CreateBlockingClone C# (CSharp) Метод

CreateBlockingClone() приватный Метод

private CreateBlockingClone ( InternalTransaction tx ) : void
tx InternalTransaction
Результат void
        internal override void CreateBlockingClone(InternalTransaction tx)
        {
            throw TransactionAbortedException.Create(SR.TransactionAborted, tx._innerException, tx.DistributedTxId);
        }