System.Transactions.EnlistmentState.Aborted C# (CSharp) Method

Aborted() private method

private Aborted ( InternalEnlistment enlistment, Exception e ) : void
enlistment InternalEnlistment
e System.Exception
return void
        internal virtual void Aborted(InternalEnlistment enlistment, Exception e)
        {
            throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }