System.Transactions.TransactionStatePromotedNonMSDTCIndoubt.ChangeStatePromotedPhase0 C# (CSharp) Méthode

ChangeStatePromotedPhase0() private méthode

private ChangeStatePromotedPhase0 ( InternalTransaction tx ) : void
tx InternalTransaction
Résultat void
        internal override void ChangeStatePromotedPhase0(InternalTransaction tx)
        {
            throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx._innerException, tx.DistributedTxId);
        }