Class ImmediateRequeueException
Inheritance
System.Object
ImmediateRequeueException
Assembly: Steeltoe.Messaging.RabbitMQ.dll
public class ImmediateRequeueException : RabbitException
Constructors
|
Edit this page
View Source
Declaration
public ImmediateRequeueException(Exception cause)
Parameters
Type |
Name |
Description |
Exception |
cause |
|
|
Edit this page
View Source
Declaration
public ImmediateRequeueException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
Declaration
public ImmediateRequeueException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|