System.Transactions.TransactionStatePromotedNonMSDTCSinglePhaseCommit.Rollback C# (CSharp) Метод

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

private Rollback ( InternalTransaction tx, Exception e ) : void
tx InternalTransaction
e Exception
Результат void
        internal override void Rollback(InternalTransaction tx, Exception e)
        {
            // We have told the PSPE enlistment to do a single phase commit. It's too late to rollback.
            throw TransactionException.CreateTransactionStateException(tx._innerException, tx.DistributedTxId);
        }