RollupSourceInUseException
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
A source archive deletion was attempted while at least one non-soft-deleted rollup references it. The operator must delete or freeze the rollups first; this prevents accidental destruction of aggregated history. Concept §6, §10.
public sealed class RollupSourceInUseException : StreamDataException, ISerializable
Inheritance Object → Exception → StreamDataException → RollupSourceInUseException
Implements ISerializable
Properties
DependentRollupCount
public int DependentRollupCount { get; }
Property Value
ArchiveRtId
public Nullable<OctoObjectId> ArchiveRtId { get; }
Property Value
TargetSite
public MethodBase TargetSite { get; }
Property Value
Message
public string Message { get; }
Property Value
Data
public IDictionary Data { get; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
Constructors
RollupSourceInUseException(OctoObjectId, Int32)
public RollupSourceInUseException(OctoObjectId sourceArchiveRtId, int dependentRollupCount)
Parameters
sourceArchiveRtId OctoObjectId
dependentRollupCount Int32