C# Класс NoEventFetcherForStream, Runtime

Exception that gets thrown when there are no instance of ICanFetchEventsFromStream for the IStreamDefinition.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NoEventFetcherForStream ( IStreamDefinition streamDefinition ) : System,

Initializes a new instance of the NoEventFetcherForStream class.

Описание методов

NoEventFetcherForStream() публичный Метод

Initializes a new instance of the NoEventFetcherForStream class.
public NoEventFetcherForStream ( IStreamDefinition streamDefinition ) : System,
streamDefinition IStreamDefinition The .
Результат System,