Class ConsumerException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class ConsumerException : MassTransitException, ISerializable
- Inheritance
-
ConsumerException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ConsumerException()
public ConsumerException()
ConsumerException(SerializationInfo, StreamingContext)
protected ConsumerException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
ConsumerException(string)
public ConsumerException(string message)
Parameters
message
string
ConsumerException(string, Exception)
public ConsumerException(string message, Exception innerException)