Table of Contents

Class RabbitRejectAndDontRequeueException

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

Constructors

RabbitRejectAndDontRequeueException(Exception)

public RabbitRejectAndDontRequeueException(Exception cause)

Parameters

cause Exception

RabbitRejectAndDontRequeueException(string)

public RabbitRejectAndDontRequeueException(string message)

Parameters

message string

RabbitRejectAndDontRequeueException(string, bool, Exception)

public RabbitRejectAndDontRequeueException(string message, bool rejectManual, Exception cause)

Parameters

message string
rejectManual bool
cause Exception

RabbitRejectAndDontRequeueException(string, Exception)

public RabbitRejectAndDontRequeueException(string message, Exception cause)

Parameters

message string
cause Exception

Properties

IsRejectManual

public bool IsRejectManual { get; }

Property Value

bool