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
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
MissingQueryProperty ( Type queryType ) : System

Initializes a new instance of the MissingQueryProperty class.

Method Details

MissingQueryProperty() public méthode

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.
Résultat System