Table of Contents

Class ImmediateRequeueException

Namespace
Steeltoe.Messaging.RabbitMQ.Exceptions
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class ImmediateRequeueException : RabbitException, ISerializable
Inheritance
ImmediateRequeueException
Implements
Inherited Members

Constructors

ImmediateRequeueException(Exception)

public ImmediateRequeueException(Exception cause)

Parameters

cause Exception

ImmediateRequeueException(string)

public ImmediateRequeueException(string message)

Parameters

message string

ImmediateRequeueException(string, Exception)

public ImmediateRequeueException(string message, Exception cause)

Parameters

message string
cause Exception