C# Class ReplayProjectionFailed, Runtime

Exception that gets thrown when replaying a Projection fails.
Inheritance: Exception
ファイルを表示 Open project: dolittle/Runtime

Public Methods

Method Description
ReplayProjectionFailed ( ScopeId scope, ProjectionId projection, string reason ) : System,

Initializes a new instance of the ReplayProjectionFailed class.

Method Details

ReplayProjectionFailed() public method

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.
return System,