17.145. Class SessionNotFoundException

Namespace: ArmoniK.Core.Common.Exceptions
Assembly: ArmoniK.Core.Common.dll

[Serializable]
public class SessionNotFoundException : ArmoniKException, ISerializable

17.145.1. Inheritance

objectException ← ArmoniKException ← SessionNotFoundException

17.145.2. Implements

ISerializable

17.145.3. Inherited Members

Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, Exception.SerializeObjectState, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

17.145.4. Constructors

17.145.4.1. SessionNotFoundException()

public SessionNotFoundException()

17.145.4.2. SessionNotFoundException(bool)

public SessionNotFoundException(bool deleted)

17.145.4.2.1. Parameters

deleted bool

17.145.4.3. SessionNotFoundException(string, bool)

public SessionNotFoundException(string message, bool deleted = false)

17.145.4.3.1. Parameters

message string

deleted bool

17.145.4.4. SessionNotFoundException(string, Exception, bool)

public SessionNotFoundException(string message, Exception innerException, bool deleted = false)

17.145.4.4.1. Parameters

message string

innerException Exception

deleted bool

17.145.5. Properties

17.145.5.1. Deleted

public bool Deleted { get; }

17.145.5.1.1. Property Value

bool