System.Transactions.TransactionStatePromotedNonMSDTCIndoubt.ChangeStatePromotedPhase0 C# (CSharp) Метод

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

private ChangeStatePromotedPhase0 ( InternalTransaction tx ) : void
tx InternalTransaction
Результат void
        internal override void ChangeStatePromotedPhase0(InternalTransaction tx)
        {
            throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx._innerException, tx.DistributedTxId);
        }