C# Class Automatonymous.NotAcceptedStateMachineException

Inheritance: MassTransit.SagaException
Show file Open project: phatboyg/MassTransit

Public Methods

Method Description
NotAcceptedStateMachineException ( Type sagaType, Type messageType, System.Guid correlationId, string currentState, Exception exception ) : System

Method Details

NotAcceptedStateMachineException() public method

public NotAcceptedStateMachineException ( Type sagaType, Type messageType, System.Guid correlationId, string currentState, Exception exception ) : System
sagaType System.Type
messageType System.Type
correlationId System.Guid
currentState string
exception System.Exception
return System