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
RabbitRejectAndDontRequeueException(string, Exception)
public RabbitRejectAndDontRequeueException(string message, Exception cause)
Parameters
Properties
IsRejectManual
public bool IsRejectManual { get; }