C# Класс NSubstitute.Exceptions.CouldNotSetReturnDueToTypeMismatchException

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

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

Метод Описание
CouldNotSetReturnDueToTypeMismatchException ( Type returnType, MethodInfo member ) : System

Защищенные методы

Метод Описание
CouldNotSetReturnDueToTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System

Приватные методы

Метод Описание
DescribeProblem ( Type typeOfReturnValueOrNull, MethodInfo member ) : string

Описание методов

CouldNotSetReturnDueToTypeMismatchException() защищенный Метод

protected CouldNotSetReturnDueToTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

CouldNotSetReturnDueToTypeMismatchException() публичный Метод

public CouldNotSetReturnDueToTypeMismatchException ( Type returnType, MethodInfo member ) : System
returnType System.Type
member System.Reflection.MethodInfo
Результат System