Class RabbitRejectAndDontRequeueException
- 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 RabbitRejectAndDontRequeueException : RabbitException, ISerializable
- Inheritance
-
RabbitRejectAndDontRequeueException
- Implements
- Inherited Members
Constructors
RabbitRejectAndDontRequeueException(Exception)
public RabbitRejectAndDontRequeueException(Exception cause)
Parameters
causeException
RabbitRejectAndDontRequeueException(string)
public RabbitRejectAndDontRequeueException(string message)
Parameters
messagestring
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; }