Class RabbitRejectAndDontRequeueException
Inheritance
System.Object
RabbitRejectAndDontRequeueException
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitRejectAndDontRequeueException : RabbitException
Constructors
|
Edit this page
View Source
RabbitRejectAndDontRequeueException(Exception)
Declaration
public RabbitRejectAndDontRequeueException(Exception cause)
Parameters
Type |
Name |
Description |
Exception |
cause |
|
|
Edit this page
View Source
RabbitRejectAndDontRequeueException(String)
Declaration
public RabbitRejectAndDontRequeueException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
RabbitRejectAndDontRequeueException(String, Exception)
Declaration
public RabbitRejectAndDontRequeueException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|
|
Edit this page
View Source
RabbitRejectAndDontRequeueException(String, Boolean, Exception)
Declaration
public RabbitRejectAndDontRequeueException(string message, bool rejectManual, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Boolean |
rejectManual |
|
Exception |
cause |
|
Properties
|
Edit this page
View Source
IsRejectManual
Declaration
public bool IsRejectManual { get; }
Property Value
Type |
Description |
System.Boolean |
|