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