C# Class Dolittle.Queries.Coordination.MissingQueryProperty

Exception that gets thrown when a well known query does not have the query property on it.
Inheritance: ArgumentException
Show file Open project: dolittle/DotNET.Applications

Public Methods

Method Description
MissingQueryProperty ( Type queryType ) : System

Initializes a new instance of the MissingQueryProperty class.

Method Details

MissingQueryProperty() public method

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.
return System