Table of Contents

Class PayloadNotFoundException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class PayloadNotFoundException : PayloadException, ISerializable
Inheritance
PayloadNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

PayloadNotFoundException()

public PayloadNotFoundException()

PayloadNotFoundException(SerializationInfo, StreamingContext)

protected PayloadNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PayloadNotFoundException(string)

public PayloadNotFoundException(string message)

Parameters

message string

PayloadNotFoundException(string, Exception)

public PayloadNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception