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

ForceRollback() private method

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