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