System.Transactions.TransactionStatePromotedNonMSDTCIndoubt.ChangeStatePromotedPhase1 C# (CSharp) Method

ChangeStatePromotedPhase1() private method

private ChangeStatePromotedPhase1 ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void ChangeStatePromotedPhase1(InternalTransaction tx)
        {
            throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx._innerException, tx.DistributedTxId);
        }