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