Class RabbitMqMessagingException
public class RabbitMqMessagingException : Exception, ISerializable
- Inheritance
-
RabbitMqMessagingException
- Implements
- Derived
- Inherited Members
Constructors
RabbitMqMessagingException(string, Exception, string)
public RabbitMqMessagingException(string message, Exception inner, string errorCategory = "Unexpected")
Parameters
RabbitMqMessagingException(string, string)
public RabbitMqMessagingException(string message, string errorCategory = "Unexpected")
Parameters
Properties
ErrorCategory
public virtual string ErrorCategory { get; }