Table of Contents

Class ManualAckListenerExecutionFailedException

Namespace
Steeltoe.Integration.Rabbit.Support
Assembly
Steeltoe.Integration.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class ManualAckListenerExecutionFailedException : ListenerExecutionFailedException, ISerializable
Inheritance
ManualAckListenerExecutionFailedException
Implements
Inherited Members

Constructors

ManualAckListenerExecutionFailedException(string, Exception, IMessage, IModel, ulong)

public ManualAckListenerExecutionFailedException(string message, Exception cause, IMessage failedMessage, IModel channel, ulong deliveryTag)

Parameters

message string
cause Exception
failedMessage IMessage
channel IModel
deliveryTag ulong

Properties

Channel

public IModel Channel { get; }

Property Value

IModel

DeliveryTag

public ulong DeliveryTag { get; }

Property Value

ulong