Class CorrelationIdMismatchException
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
Properties
ActualCorrelationId
public string ActualCorrelationId { get; }
Property Value
ErrorCategory
public override string ErrorCategory { get; }
Property Value
ExpectedCorrelationId
public string ExpectedCorrelationId { get; }