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

Represents the exception for method not found in the query storage.
Inheritance: System.Exception
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
QueryForMethodNotFoundException ( string interfaceName, string methodName ) : System

Initializes a new instance of QueryForMethodNotFoundException.

Method Details

QueryForMethodNotFoundException() public méthode

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