C# Класс LinFu.Reflection.Extensions.InvalidReturnTypeException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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