C# Class ReprocessEventsFromFailed, Runtime

Exception that gets thrown when reprocessing events from a position fails.
Inheritance: Exception
Mostra file Open project: dolittle/Runtime

Public Methods

Method Description
ReprocessEventsFromFailed ( string reason ) : System,

Initializes a new instance of the ReprocessEventsFromFailed class.

Method Details

ReprocessEventsFromFailed() public method

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