System.Transactions.VolatileEnlistmentState.RecoveryInformation C# (CSharp) Method

RecoveryInformation() private method

private RecoveryInformation ( InternalEnlistment enlistment ) : byte[]
enlistment InternalEnlistment
return byte[]
        internal override byte[] RecoveryInformation(InternalEnlistment enlistment)
        {
            throw TransactionException.CreateInvalidOperationException(TraceSourceType.TraceSourceLtm,
                SR.VolEnlistNoRecoveryInfo, null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }
VolatileEnlistmentState