ArchivePathInvalidException
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
One of the archive's CkArchiveColumn.Path entries does not resolve against the current
CK model (unknown attribute, broken record traversal, illegal array indexing).
public sealed class ArchivePathInvalidException : StreamDataException, ISerializable
Inheritance Object → Exception → StreamDataException → ArchivePathInvalidException
Implements ISerializable
Properties
Path
public string Path { 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
ArchivePathInvalidException(OctoObjectId, String, String)
public ArchivePathInvalidException(OctoObjectId archiveRtId, string path, string message)
Parameters
archiveRtId OctoObjectId
path String
message String