System.Transactions.EnlistmentState.Aborted C# (CSharp) Метод

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

private Aborted ( InternalEnlistment enlistment, Exception e ) : void
enlistment InternalEnlistment
e System.Exception
Результат void
        internal virtual void Aborted(InternalEnlistment enlistment, Exception e)
        {
            throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }