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 Object → Exception → StreamDataException → RollupSourcePathInvalidException
Implements ISerializable
Properties
SourcePath
public string SourcePath { 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
RollupSourcePathInvalidException(OctoObjectId, String, String)
public RollupSourcePathInvalidException(OctoObjectId rollupArchiveRtId, string sourcePath, string reason)
Parameters
rollupArchiveRtId OctoObjectId
sourcePath String
reason String