Table of Contents

Class UnknownEventException

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

Constructors

UnknownEventException()

public UnknownEventException()

UnknownEventException(SerializationInfo, StreamingContext)

protected UnknownEventException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

UnknownEventException(string, string)

public UnknownEventException(string machineType, string eventName)

Parameters

machineType string
eventName string