Table of Contents

Class ConsumerMessageException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class ConsumerMessageException : ConsumerException, ISerializable
Inheritance
ConsumerMessageException
Implements
Inherited Members
Extension Methods

Constructors

ConsumerMessageException()

public ConsumerMessageException()

ConsumerMessageException(SerializationInfo, StreamingContext)

protected ConsumerMessageException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

ConsumerMessageException(string)

public ConsumerMessageException(string message)

Parameters

message string

ConsumerMessageException(string, Exception)

public ConsumerMessageException(string message, Exception innerException)

Parameters

message string
innerException Exception