Interface ReceiveFault
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
Published when a message fails to deserialize at the endpoint
public interface ReceiveFault : Fault
- Inherited Members
Properties
ContentType
The specified content type of the message by the transport
string ContentType { get; }