21.105. Class QueueInsertionFailedException

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

Exception thrown when tasks insertion into the queue failed.

[Serializable]
public class QueueInsertionFailedException : ArmoniKException, ISerializable

21.105.1. Inheritance

objectExceptionArmoniKExceptionQueueInsertionFailedException

21.105.2. Implements

ISerializable

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

21.105.4. Constructors

21.105.4.1. QueueInsertionFailedException()

Initializes a new instance of the class.

public QueueInsertionFailedException()

21.105.4.2. QueueInsertionFailedException(string)

Initializes a new instance of the class with a specified error message.

public QueueInsertionFailedException(string message)

21.105.4.2.1. Parameters

message string

The message that describes the error.

21.105.4.3. QueueInsertionFailedException(string, Exception)

Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.

public QueueInsertionFailedException(string message, Exception innerException)

21.105.4.3.1. Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.