C# 클래스 Dolittle.Queries.Coordination.MissingQueryProvider

Exception that gets thrown when a well known query does not have the query property on it.
상속: ArgumentException
파일 보기 프로젝트 열기: dolittle/DotNET.Applications

공개 메소드들

메소드 설명
MissingQueryProvider ( Type queryType, Type type ) : System

Initializes a new instance of the MissingQueryProvider class.

메소드 상세

MissingQueryProvider() 공개 메소드

Initializes a new instance of the MissingQueryProvider class.
public MissingQueryProvider ( Type queryType, Type type ) : System
queryType Type Type of that we can't find a .
type Type of the expected query returned from the Query property.
리턴 System