C# 클래스 LinFu.Reflection.Extensions.InvalidReturnTypeException

상속: System.Exception
파일 보기 프로젝트 열기: philiplaureano/LinFu.DynamicObject

공개 메소드들

메소드 설명
InvalidReturnTypeException ( string methodName, Type expectedReturnType, Type actualType ) : System

메소드 상세

InvalidReturnTypeException() 공개 메소드

public InvalidReturnTypeException ( string methodName, Type expectedReturnType, Type actualType ) : System
methodName string
expectedReturnType System.Type
actualType System.Type
리턴 System