Table of Contents

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

Exception

ExceptionInfo

The exception info, suitable for inclusion in a fault message

ExceptionInfo ExceptionInfo { get; }

Property Value

ExceptionInfo

ExceptionTimestamp

The time at which the exception was thrown

DateTime ExceptionTimestamp { get; }

Property Value

DateTime