Class ReturnedRabbitMessageException
- Namespace
- Steeltoe.Integration.Rabbit.Support
- Assembly
- Steeltoe.Integration.RabbitMQ.dll
public class ReturnedRabbitMessageException : MessagingException, ISerializable
- Inheritance
-
ReturnedRabbitMessageException
- Implements
- Inherited Members
Constructors
ReturnedRabbitMessageException(IMessage, int, string, string, string)
public ReturnedRabbitMessageException(IMessage message, int replyCode, string replyText, string exchange, string routingKey)
Parameters
Properties
Exchange
public string Exchange { get; }
Property Value
ReplyCode
public int ReplyCode { get; }
Property Value
ReplyText
public string ReplyText { 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.