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