System.Transactions.TransactionStateAborted.CreateTransactionAbortedException C# (CSharp) 메소드

CreateTransactionAbortedException() 개인적인 메소드

private CreateTransactionAbortedException ( InternalTransaction tx ) : TransactionException
tx InternalTransaction
리턴 TransactionException
        private TransactionException CreateTransactionAbortedException(InternalTransaction tx)
        {
            return TransactionAbortedException.Create(SR.TransactionAborted, tx._innerException, tx.DistributedTxId);
        }