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