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
SerializationInfocontext
StreamingContext
ConsumerMessageException(string)
public ConsumerMessageException(string message)
Parameters
message
string
ConsumerMessageException(string, Exception)
public ConsumerMessageException(string message, Exception innerException)