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