Table of Contents

Class SagaException

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

Constructors

SagaException()

protected SagaException()

SagaException(string, Type, Guid)

public SagaException(string message, Type sagaType, Guid correlationId)

Parameters

message string
sagaType Type
correlationId Guid

SagaException(string, Type, Guid, Exception)

public SagaException(string message, Type sagaType, Guid correlationId, Exception innerException)

Parameters

message string
sagaType Type
correlationId Guid
innerException Exception

SagaException(string, Type, Type)

public SagaException(string message, Type sagaType, Type messageType)

Parameters

message string
sagaType Type
messageType Type

SagaException(string, Type, Type, Guid)

public SagaException(string message, Type sagaType, Type messageType, Guid correlationId)

Parameters

message string
sagaType Type
messageType Type
correlationId Guid

SagaException(string, Type, Type, Guid, Exception)

public SagaException(string message, Type sagaType, Type messageType, Guid correlationId, Exception innerException)

Parameters

message string
sagaType Type
messageType Type
correlationId Guid
innerException Exception

SagaException(string, Type, Type, Expression)

public SagaException(string message, Type sagaType, Type messageType, Expression findExpression)

Parameters

message string
sagaType Type
messageType Type
findExpression Expression

SagaException(string, Type, Type, Expression, Exception)

public SagaException(string message, Type sagaType, Type messageType, Expression findExpression, Exception innerException)

Parameters

message string
sagaType Type
messageType Type
findExpression Expression
innerException Exception

Properties

CorrelationId

public Guid? CorrelationId { get; }

Property Value

Guid?

MessageType

public Type? MessageType { get; }

Property Value

Type

SagaType

public Type? SagaType { get; }

Property Value

Type