C# Class NoEventFetcherForStream, Runtime

Exception that gets thrown when there are no instance of ICanFetchEventsFromStream for the IStreamDefinition.
Inheritance: Exception
Exibir arquivo Open project: dolittle/Runtime

Public Methods

Method Description
NoEventFetcherForStream ( IStreamDefinition streamDefinition ) : System,

Initializes a new instance of the NoEventFetcherForStream class.

Method Details

NoEventFetcherForStream() public method

Initializes a new instance of the NoEventFetcherForStream class.
public NoEventFetcherForStream ( IStreamDefinition streamDefinition ) : System,
streamDefinition IStreamDefinition The .
return System,