C# Class Dolittle.Queries.Coordination.MissingQueryProvider

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
MissingQueryProvider ( Type queryType, Type type ) : System

Initializes a new instance of the MissingQueryProvider class.

Method Details

MissingQueryProvider() public method

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