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