Table of Contents

Class CorrelationIdMismatchException

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public class CorrelationIdMismatchException : RabbitMqMessagingException, ISerializable
Inheritance
CorrelationIdMismatchException
Implements
Inherited Members

Constructors

CorrelationIdMismatchException(string, string, string, Exception)

public CorrelationIdMismatchException(string expectedCorrelationId, string actualCorrelationId, string message = null, Exception inner = null)

Parameters

expectedCorrelationId string
actualCorrelationId string
message string
inner Exception

Properties

ActualCorrelationId

public string ActualCorrelationId { get; }

Property Value

string

ErrorCategory

public override string ErrorCategory { get; }

Property Value

string

ExpectedCorrelationId

public string ExpectedCorrelationId { get; }

Property Value

string