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
Properties
Channel
public IModel Channel { get; }
Property Value
- IModel
DeliveryTag
public ulong DeliveryTag { get; }