Table of Contents

Interface ExceptionConsumeContext

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface ExceptionConsumeContext : ConsumeContext, PipeContext, MessageContext, IPublishEndpoint, IPublishObserverConnector, ISendEndpointProvider, ISendObserverConnector
Inherited Members
Extension Methods

Properties

Exception

The exception that was thrown

Exception Exception { get; }

Property Value

Exception

ExceptionInfo

The exception info, suitable for inclusion in a fault message

ExceptionInfo ExceptionInfo { get; }

Property Value

ExceptionInfo