C# Класс Automatonymous.NotAcceptedStateMachineException

Наследование: MassTransit.SagaException
Показать файл Открыть проект

Открытые методы

Метод Описание
NotAcceptedStateMachineException ( Type sagaType, Type messageType, System.Guid correlationId, string currentState, Exception exception ) : System

Описание методов

NotAcceptedStateMachineException() публичный Метод

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
Результат System