Interface ExceptionReceiveContext
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface ExceptionReceiveContext : ReceiveContext, PipeContext
- Inherited Members
- Extension Methods
Properties
Exception
The exception that was thrown
Exception Exception { get; }
Property Value
ExceptionInfo
The exception info, suitable for inclusion in a fault message
ExceptionInfo ExceptionInfo { get; }
Property Value
ExceptionTimestamp
The time at which the exception was thrown
DateTime ExceptionTimestamp { get; }