Class ReturnedRabbitMessageException
Inheritance
System.Object
ReturnedRabbitMessageException
Assembly: Steeltoe.Integration.RabbitMQ.dll
Syntax
public class ReturnedRabbitMessageException : MessagingException
Constructors
|
Edit this page
View Source
ReturnedRabbitMessageException(IMessage, Int32, String, String, String)
Declaration
public ReturnedRabbitMessageException(IMessage message, int replyCode, string replyText, string exchange, string routingKey)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.Int32 |
replyCode |
|
System.String |
replyText |
|
System.String |
exchange |
|
System.String |
routingKey |
|
Properties
|
Edit this page
View Source
Exchange
Declaration
public string Exchange { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ReplyCode
Declaration
public int ReplyCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ReplyText
Declaration
public string ReplyText { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RoutingKey
Declaration
public string RoutingKey { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|