C# Класс Dolittle.Queries.Coordination.MissingQueryProperty

Exception that gets thrown when a well known query does not have the query property on it.
Наследование: ArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
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