Table of Contents

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 string
returnedMessage IMessage
replyCode int
replyText string
exchange string
routingKey string

Properties

Exchange

public string Exchange { get; }

Property Value

string

ReplyCode

public int ReplyCode { get; }

Property Value

int

ReplyText

public string ReplyText { get; }

Property Value

string

ReturnedMessage

public IMessage ReturnedMessage { get; }

Property Value

IMessage

RoutingKey

public string RoutingKey { get; }

Property Value

string

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.