Interface ExceptionConsumerConsumeContext<T>
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface ExceptionConsumerConsumeContext<out T> : ConsumerConsumeContext<T>, ConsumeContext, PipeContext, MessageContext, IPublishEndpoint, IPublishObserverConnector, ISendEndpointProvider, ISendObserverConnector where T : class
Type Parameters
T
- Inherited Members
- Extension Methods
-
SchedulePublishExtensions.SchedulePublish(ConsumeContext, DateTime, object, Type, CancellationToken)SchedulePublishExtensions.SchedulePublish(ConsumeContext, TimeSpan, object, Type, CancellationToken)SendConsumeContextExecuteExtensions.Send(ConsumeContext, Uri, object, Type, Func<SendContext, Task>)
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; }