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