Skip to main content

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 ObjectExceptionStreamDataExceptionRollupSourceInUseException
Implements ISerializable

Properties

DependentRollupCount

public int DependentRollupCount { get; }

Property Value

Int32

ArchiveRtId

public Nullable<OctoObjectId> ArchiveRtId { get; }

Property Value

Nullable<OctoObjectId>

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Message

public string Message { get; }

Property Value

String

Data

public IDictionary Data { get; }

Property Value

IDictionary

InnerException

public Exception InnerException { get; }

Property Value

Exception

public string HelpLink { get; set; }

Property Value

String

Source

public string Source { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

StackTrace

public string StackTrace { get; }

Property Value

String

Constructors

RollupSourceInUseException(OctoObjectId, Int32)

public RollupSourceInUseException(OctoObjectId sourceArchiveRtId, int dependentRollupCount)

Parameters

sourceArchiveRtId OctoObjectId

dependentRollupCount Int32