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
infoSerializationInfocontextStreamingContext
ConsumerException(string)
public ConsumerException(string message)
Parameters
messagestring
ConsumerException(string, Exception)
public ConsumerException(string message, Exception innerException)