Class RabbitMessageReturnedException
- Namespace
- Steeltoe.Messaging.RabbitMQ.Exceptions
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
public class RabbitMessageReturnedException : RabbitException, ISerializable
- Inheritance
-
RabbitMessageReturnedException
- Implements
- Inherited Members
Constructors
RabbitMessageReturnedException(string, IMessage, int, string, string, string)
public RabbitMessageReturnedException(string message, IMessage returnedMessage, int replyCode, string replyText, string exchange, string routingKey)
Parameters
message
stringreturnedMessage
IMessagereplyCode
intreplyText
stringexchange
stringroutingKey
string
Properties
Exchange
public string Exchange { get; }
Property Value
ReplyCode
public int ReplyCode { get; }
Property Value
ReplyText
public string ReplyText { get; }
Property Value
ReturnedMessage
public IMessage ReturnedMessage { get; }
Property Value
RoutingKey
public string RoutingKey { get; }
Property Value
Methods
ToString()
Creates and returns a string representation of the current exception.
public override string ToString()
Returns
- string
A string representation of the current exception.