C# 클래스 Crow.Library.Foundation.Exceptions.QueryForMethodNotFoundException

Represents the exception for method not found in the query storage.
상속: System.Exception
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

메소드 설명
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