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
ExceptionInfo
public ExceptionInfo ExceptionInfo { get; }
Property Value
Source
public override string Source { get; }
Property Value
StackTrace
public override string StackTrace { get; }