C# Class Automatonymous.NotAcceptedStateMachineException

Inheritance: MassTransit.SagaException
Afficher le fichier Open project: phatboyg/MassTransit

Méthodes publiques

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

Method Details

NotAcceptedStateMachineException() public méthode

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
Résultat System