C# Class ReprocessEventsFromFailed, Runtime

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

Méthodes publiques

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

Initializes a new instance of the ReprocessEventsFromFailed class.

Method Details

ReprocessEventsFromFailed() public méthode

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