Class UnhandledEventException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class UnhandledEventException : SagaStateMachineException, ISerializable
- Inheritance
-
UnhandledEventException
- Implements
- Inherited Members
- Extension Methods
Constructors
UnhandledEventException()
public UnhandledEventException()
UnhandledEventException(SerializationInfo, StreamingContext)
protected UnhandledEventException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
UnhandledEventException(string, string, string)
public UnhandledEventException(string machineType, string eventName, string stateName)