C# 클래스 Automatonymous.NotAcceptedStateMachineException

상속: MassTransit.SagaException
파일 보기 프로젝트 열기: phatboyg/MassTransit

공개 메소드들

메소드 설명
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