C# 클래스 NSubstitute.Exceptions.CouldNotSetReturnDueToTypeMismatchException

상속: CouldNotSetReturnException
파일 보기 프로젝트 열기: nsubstitute/NSubstitute

공개 메소드들

메소드 설명
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