Table of Contents

Class RabbitMqMessagingException

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
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

message string
inner Exception
errorCategory string

RabbitMqMessagingException(string, string)

public RabbitMqMessagingException(string message, string errorCategory = "Unexpected")

Parameters

message string
errorCategory string

Properties

ErrorCategory

public virtual string ErrorCategory { get; }

Property Value

string