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
SerializationInfocontext
StreamingContext
UnknownStateException(string, string)
public UnknownStateException(string machineType, string stateName)