Class RabbitException
- 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 RabbitException : Exception, ISerializable
- Inheritance
-
RabbitException
- Implements
- Derived
- Inherited Members
Constructors
RabbitException(Exception)
public RabbitException(Exception cause)
Parameters
cause
Exception
RabbitException(string)
public RabbitException(string message)
Parameters
message
string
RabbitException(string, Exception)
public RabbitException(string message, Exception cause)