Table of Contents

Class ManualAckListenerExecutionFailedException

Namespace
Steeltoe.Integration.Rabbit.Support
Assembly
Steeltoe.Integration.RabbitMQ.dll
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