C# Class LinFu.Reflection.Extensions.InvalidReturnTypeException

Inheritance: System.Exception
ファイルを表示 Open project: philiplaureano/LinFu.DynamicObject

Public Methods

Method Description
InvalidReturnTypeException ( string methodName, Type expectedReturnType, Type actualType ) : System

Method Details

InvalidReturnTypeException() public method

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