C# Class ReplayProjectionFailed, Runtime

Exception that gets thrown when replaying a Projection fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ReplayProjectionFailed ( ScopeId scope, ProjectionId projection, string reason ) : System,

Initializes a new instance of the ReplayProjectionFailed class.

Method Details

ReplayProjectionFailed() public méthode

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.
Résultat System,