Skip to main content

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

Properties

Path

public string Path { 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

ArchivePathInvalidException(OctoObjectId, String, String)

public ArchivePathInvalidException(OctoObjectId archiveRtId, string path, string message)

Parameters

archiveRtId OctoObjectId

path String

message String