Table of Contents

Class UnknownStateException

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

Constructors

UnknownStateException()

public UnknownStateException()

UnknownStateException(SerializationInfo, StreamingContext)

protected UnknownStateException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

UnknownStateException(string, string)

public UnknownStateException(string machineType, string stateName)

Parameters

machineType string
stateName string