C# Class Crow.Library.Foundation.Exceptions.QueryForMethodNotFoundException

Represents the exception for method not found in the query storage.
Inheritance: System.Exception
ファイルを表示 Open project: msusur/Crowfx

Public Methods

Method Description
QueryForMethodNotFoundException ( string interfaceName, string methodName ) : System

Initializes a new instance of QueryForMethodNotFoundException.

Method Details

QueryForMethodNotFoundException() public method

Initializes a new instance of QueryForMethodNotFoundException.
public QueryForMethodNotFoundException ( string interfaceName, string methodName ) : System
interfaceName string
methodName string
return System