Table of Contents

Class ExceptionInfoException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class ExceptionInfoException : MassTransitException, ISerializable
Inheritance
ExceptionInfoException
Implements
Inherited Members
Extension Methods

Constructors

ExceptionInfoException(ExceptionInfo)

public ExceptionInfoException(ExceptionInfo exceptionInfo)

Parameters

exceptionInfo ExceptionInfo

Properties

Data

public override IDictionary Data { get; }

Property Value

IDictionary

ExceptionInfo

public ExceptionInfo ExceptionInfo { get; }

Property Value

ExceptionInfo

Source

public override string Source { get; }

Property Value

string

StackTrace

public override string StackTrace { get; }

Property Value

string