C# 클래스 ReprocessEventsFromFailed, Runtime

Exception that gets thrown when reprocessing events from a position fails.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
ReprocessEventsFromFailed ( string reason ) : System,

Initializes a new instance of the ReprocessEventsFromFailed class.

메소드 상세

ReprocessEventsFromFailed() 공개 메소드

Initializes a new instance of the ReprocessEventsFromFailed class.
public ReprocessEventsFromFailed ( string reason ) : System,
reason string The reason why the reprocessing failed.
리턴 System,