Method | Description | |
---|---|---|
ReplayProjectionFailed ( ScopeId scope, ProjectionId projection, string reason ) : System, |
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, |