Class RabbitException
Inheritance
System.Object
RabbitException
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitException : Exception
Constructors
|
Edit this page
View Source
RabbitException(Exception)
Declaration
public RabbitException(Exception cause)
Parameters
Type |
Name |
Description |
Exception |
cause |
|
|
Edit this page
View Source
RabbitException(String)
Declaration
public RabbitException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
RabbitException(String, Exception)
Declaration
public RabbitException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|