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

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

private InternalIndoubt ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Результат void
        internal virtual void InternalIndoubt(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);
        }