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
info
SerializationInfocontext
StreamingContext
ProduceException(string)
public ProduceException(string message)
Parameters
message
string
ProduceException(string, Exception)
public ProduceException(string message, Exception innerException)