Table of Contents

Class NotAcceptedStateMachineException

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

Constructors

NotAcceptedStateMachineException(Type, Type, Guid, string, Exception)

public NotAcceptedStateMachineException(Type sagaType, Type messageType, Guid correlationId, string currentState, Exception exception)

Parameters

sagaType Type
messageType Type
correlationId Guid
currentState string
exception Exception