C# Class LinFu.Reflection.Extensions.InvalidReturnTypeException

Inheritance: System.Exception
Afficher le fichier Open project: philiplaureano/LinFu.DynamicObject

Méthodes publiques

Méthode Description
InvalidReturnTypeException ( string methodName, Type expectedReturnType, Type actualType ) : System

Method Details

InvalidReturnTypeException() public méthode

public InvalidReturnTypeException ( string methodName, Type expectedReturnType, Type actualType ) : System
methodName string
expectedReturnType System.Type
actualType System.Type
Résultat System