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