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

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

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