C# Class NoEventFetcherForStream, Runtime

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

Méthodes publiques

Méthode Description
NoEventFetcherForStream ( IStreamDefinition streamDefinition ) : System,

Initializes a new instance of the NoEventFetcherForStream class.

Method Details

NoEventFetcherForStream() public méthode

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