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