C# Class ReprocessAllEventsFailed, Runtime

Exception that gets thrown when reprocessing all events fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ReprocessAllEventsFailed ( string reason ) : System,

Initializes a new instance of the ReprocessAllEventsFailed class.

Method Details

ReprocessAllEventsFailed() public méthode

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