C# Class ReprocessAllEventsFailed, Runtime

Exception that gets thrown when reprocessing all events fails.
Inheritance: Exception
Show file Open project: dolittle/Runtime

Public Methods

Method Description
ReprocessAllEventsFailed ( string reason ) : System,

Initializes a new instance of the ReprocessAllEventsFailed class.

Method Details

ReprocessAllEventsFailed() public method

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