Table of Contents

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 SerializationInfo
context StreamingContext

UnhandledEventException(string, string, string)

public UnhandledEventException(string machineType, string eventName, string stateName)

Parameters

machineType string
eventName string
stateName string