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

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

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

Метод Описание
MissingQueryProvider ( Type queryType, Type type ) : System

Initializes a new instance of the MissingQueryProvider class.

Описание методов

MissingQueryProvider() публичный Метод

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.
Результат System