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

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

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