C# 클래스 ReprocessAllEventsFailed, Runtime

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

공개 메소드들

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

Initializes a new instance of the ReprocessAllEventsFailed class.

메소드 상세

ReprocessAllEventsFailed() 공개 메소드

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