Skip to main content

RollupSourcePathInvalidException

Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData

One of the rollup's Aggregations[].SourcePath entries does not resolve against the source archive's captured column list, or the source column's primitive type is incompatible with the requested aggregation function (e.g. AVG/MIN/MAX/SUM on a non-numeric column). Concept §10.

public sealed class RollupSourcePathInvalidException : StreamDataException, ISerializable

Inheritance ObjectExceptionStreamDataExceptionRollupSourcePathInvalidException
Implements ISerializable

Properties

SourcePath

public string SourcePath { get; }

Property Value

String

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

RollupSourcePathInvalidException(OctoObjectId, String, String)

public RollupSourcePathInvalidException(OctoObjectId rollupArchiveRtId, string sourcePath, string reason)

Parameters

rollupArchiveRtId OctoObjectId

sourcePath String

reason String