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