C# 클래스 ReplayProjectionFailed, Runtime

Exception that gets thrown when replaying a Projection fails.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
ReplayProjectionFailed ( ScopeId scope, ProjectionId projection, string reason ) : System,

Initializes a new instance of the ReplayProjectionFailed class.

메소드 상세

ReplayProjectionFailed() 공개 메소드

Initializes a new instance of the ReplayProjectionFailed class.
public ReplayProjectionFailed ( ScopeId scope, ProjectionId projection, string reason ) : System,
scope ScopeId The scope of the Projection.
projection ProjectionId The id of the Projection.
reason string The reason why replaying the Projection failed.
리턴 System,