Table of Contents

Class RabbitResourceNotAvailableException

Namespace
Steeltoe.Messaging.RabbitMQ.Exceptions
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class RabbitResourceNotAvailableException : RabbitException, ISerializable
Inheritance
RabbitResourceNotAvailableException
Implements
Inherited Members

Constructors

RabbitResourceNotAvailableException(Exception)

public RabbitResourceNotAvailableException(Exception cause)

Parameters

cause Exception

RabbitResourceNotAvailableException(string)

public RabbitResourceNotAvailableException(string message)

Parameters

message string

RabbitResourceNotAvailableException(string, Exception)

public RabbitResourceNotAvailableException(string message, Exception cause)

Parameters

message string
cause Exception