System.Transactions.TransactionStateAborted.EndCommit C# (CSharp) Метод

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

private EndCommit ( InternalTransaction tx ) : void
tx InternalTransaction
Результат void
        internal override void EndCommit(InternalTransaction tx)
        {
            // End Commit Must throw a TransactionAbortedException to let the caller know that the tx aborted.
            throw CreateTransactionAbortedException(tx);
        }