System.Transactions.EnlistmentState.InternalAborted C# (CSharp) Méthode

InternalAborted() private méthode

private InternalAborted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Résultat void
        internal virtual void InternalAborted(InternalEnlistment enlistment)
        {
            Debug.Assert(false, string.Format(null, "Invalid Event for InternalEnlistment State; Current State: {0}", GetType()));
            throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }