Table of Contents

Class RabbitException

Namespace
Steeltoe.Messaging.RabbitMQ.Exceptions
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class RabbitException : Exception, ISerializable
Inheritance
RabbitException
Implements
Derived
Inherited Members

Constructors

RabbitException(Exception)

public RabbitException(Exception cause)

Parameters

cause Exception

RabbitException(string)

public RabbitException(string message)

Parameters

message string

RabbitException(string, Exception)

public RabbitException(string message, Exception cause)

Parameters

message string
cause Exception