Class RabbitIllegalStateException
- Namespace
- Steeltoe.Messaging.RabbitMQ.Exceptions
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class RabbitIllegalStateException : RabbitException, ISerializable
- Inheritance
-
RabbitIllegalStateException
- Implements
- Inherited Members
Constructors
RabbitIllegalStateException(string)
public RabbitIllegalStateException(string message)
Parameters
message
string
RabbitIllegalStateException(string, Exception)
public RabbitIllegalStateException(string message, Exception cause)