ArchiveNotActivatedException
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
The archive exists but its current CkArchiveStatus does not allow the requested data-plane operation (insert / query). Carries the archive's actual status.
public sealed class ArchiveNotActivatedException : StreamDataException, ISerializable
Inheritance Object → Exception → StreamDataException → ArchiveNotActivatedException
Implements ISerializable
Properties
ActualStatus
public CkArchiveStatus ActualStatus { 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
ArchiveNotActivatedException(OctoObjectId, CkArchiveStatus)
public ArchiveNotActivatedException(OctoObjectId archiveRtId, CkArchiveStatus actualStatus)
Parameters
archiveRtId OctoObjectId
actualStatus CkArchiveStatus