C# 클래스 NoEventFetcherForStream, Runtime

Exception that gets thrown when there are no instance of ICanFetchEventsFromStream for the IStreamDefinition.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
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,