Class SagaStateMachineException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class SagaStateMachineException : MassTransitException, ISerializable
- Inheritance
-
SagaStateMachineException
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
SagaStateMachineException()
public SagaStateMachineException()
SagaStateMachineException(SerializationInfo, StreamingContext)
protected SagaStateMachineException(SerializationInfo info, StreamingContext context)
Parameters
info SerializationInfo
context StreamingContext
SagaStateMachineException(string)
public SagaStateMachineException(string message)
Parameters
message string
SagaStateMachineException(string, Exception)
public SagaStateMachineException(string message, Exception innerException)
Parameters
message string
innerException Exception
SagaStateMachineException(Type, string)
public SagaStateMachineException(Type machineType, string message)
Parameters
machineType Type
message string
SagaStateMachineException(Type, string, Exception)
public SagaStateMachineException(Type machineType, string message, Exception innerException)
Parameters
machineType Type
message string
innerException Exception