Class RabbitMessageReturnedException
Inheritance
System.Object
RabbitMessageReturnedException
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitMessageReturnedException : RabbitException
Constructors
|
Edit this page
View Source
RabbitMessageReturnedException(String, IMessage, Int32, String, String, String)
Declaration
public RabbitMessageReturnedException(string message, IMessage returnedMessage, int replyCode, string replyText, string exchange, string routingKey)
Parameters
Type |
Name |
Description |
System.String |
message |
|
IMessage |
returnedMessage |
|
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
ReturnedMessage
Declaration
public IMessage ReturnedMessage { get; }
Property Value
Type |
Description |
IMessage |
|
|
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 |
|