ComputedColumnInvalidException
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
A computed column on the archive is invalid: a malformed formula (syntax error / unknown
referenced column), a cyclic reference between computed columns, a missing Name or
ResultType, or a column that sets both Path and Formula (or marks a computed
column Required). Computed columns must be nullable and reference only existing columns of
the same archive.
public sealed class ComputedColumnInvalidException : StreamDataException, ISerializable
Inheritance Object → Exception → StreamDataException → ComputedColumnInvalidException
Implements ISerializable
Properties
ColumnName
The computed column's name (when known).
public string ColumnName { 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
ComputedColumnInvalidException(OctoObjectId, String, String)
public ComputedColumnInvalidException(OctoObjectId archiveRtId, string columnName, string message)
Parameters
archiveRtId OctoObjectId
columnName String
message String