Table of Contents

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 SerializationInfo
context StreamingContext

ProduceException(string)

public ProduceException(string message)

Parameters

message string

ProduceException(string, Exception)

public ProduceException(string message, Exception innerException)

Parameters

message string
innerException Exception