InvalidArchiveStateTransitionException
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
A lifecycle transition was requested but the archive's current status does not allow it.
public sealed class InvalidArchiveStateTransitionException : StreamDataException, ISerializable
Inheritance Object → Exception → StreamDataException → InvalidArchiveStateTransitionException
Implements ISerializable
Properties
FromStatus
public CkArchiveStatus FromStatus { get; }
Property Value
AttemptedTransition
public string AttemptedTransition { 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
InvalidArchiveStateTransitionException(OctoObjectId, CkArchiveStatus, String)
public InvalidArchiveStateTransitionException(OctoObjectId archiveRtId, CkArchiveStatus from, string attempted)
Parameters
archiveRtId OctoObjectId
from CkArchiveStatus
attempted String