Class ManualAckListenerExecutionFailedException
Inheritance
System.Object
ManualAckListenerExecutionFailedException
Assembly: Steeltoe.Integration.RabbitMQ.dll
Syntax
public class ManualAckListenerExecutionFailedException : ListenerExecutionFailedException
Constructors
|
Edit this page
View Source
ManualAckListenerExecutionFailedException(String, Exception, IMessage, IModel, UInt64)
Declaration
public ManualAckListenerExecutionFailedException(string message, Exception cause, IMessage failedMessage, IModel channel, ulong deliveryTag)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|
IMessage |
failedMessage |
|
IModel |
channel |
|
System.UInt64 |
deliveryTag |
|
Properties
|
Edit this page
View Source
Channel
Declaration
public IModel Channel { get; }
Property Value
|
Edit this page
View Source
DeliveryTag
Declaration
public ulong DeliveryTag { get; }
Property Value
Type |
Description |
System.UInt64 |
|