C# Класс Crow.Library.Foundation.Exceptions.QueryForMethodNotFoundException

Represents the exception for method not found in the query storage.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
QueryForMethodNotFoundException ( string interfaceName, string methodName ) : System

Initializes a new instance of QueryForMethodNotFoundException.

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

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

Initializes a new instance of QueryForMethodNotFoundException.
public QueryForMethodNotFoundException ( string interfaceName, string methodName ) : System
interfaceName string
methodName string
Результат System