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