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