Table of Contents

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

message 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

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.