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

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

공개 메소드들

메소드 설명
MissingQueryProperty ( Type queryType ) : System

Initializes a new instance of the MissingQueryProperty class.

메소드 상세

MissingQueryProperty() 공개 메소드

Initializes a new instance of the MissingQueryProperty class.
public MissingQueryProperty ( Type queryType ) : System
queryType Type Type of that does not have the property on it.
리턴 System