26.93. Class ArmoniKException

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

Base exception for exceptions in ArmoniK core

[Serializable]
public class ArmoniKException : Exception, ISerializable

26.93.1. Inheritance

objectExceptionArmoniKException

26.93.2. Derived

ObjectDataNotFoundException, QueueInsertionFailedException

26.93.3. Implements

ISerializable

26.93.4. 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()

26.93.5. Constructors

26.93.5.1. ArmoniKException()

Initializes a new instance of the

public ArmoniKException()

26.93.5.2. ArmoniKException(string)

Initializes a new instance of the with the specified error message

public ArmoniKException(string message)

26.93.5.2.1. Parameters

message string

The error message

26.93.5.3. ArmoniKException(string, Exception?)

Initializes a new instance of the with the specified error message and an exception

public ArmoniKException(string message, Exception? innerException)

26.93.5.3.1. Parameters

message string

The error message

innerException Exception?

The inner exception that triggered this exception