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);
        }