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

InDoubt() private method

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