Interface Fault
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
Published (or sent, if part of a request/response conversation) when a fault occurs during message processing
public interface Fault
Properties
Exceptions
The exception information that occurred
ExceptionInfo[] Exceptions { get; }
Property Value
FaultId
Identifies the fault that was generated
Guid FaultId { get; }
Property Value
FaultMessageTypes
The faulted message supported types, from the original message envelope
string[] FaultMessageTypes { get; }
Property Value
- string[]
FaultedMessageId
The messageId that faulted
Guid? FaultedMessageId { get; }
Property Value
- Guid?
Host
The host information was the fault occurred
HostInfo Host { get; }
Property Value
Timestamp
When the fault was produced
DateTime Timestamp { get; }