Table of Contents

Class ImmediateAcknowledgeException

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

Constructors

ImmediateAcknowledgeException(Exception)

public ImmediateAcknowledgeException(Exception cause)

Parameters

cause Exception

ImmediateAcknowledgeException(string)

public ImmediateAcknowledgeException(string message)

Parameters

message string

ImmediateAcknowledgeException(string, Exception)

public ImmediateAcknowledgeException(string message, Exception cause)

Parameters

message string
cause Exception