C# 클래스 NSubstitute.Exceptions.ArgumentIsNotOutOrRefException

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

공개 메소드들

메소드 설명
ArgumentIsNotOutOrRefException ( int argumentIndex, Type argumentType ) : System

보호된 메소드들

메소드 설명
ArgumentIsNotOutOrRefException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ArgumentIsNotOutOrRefException() 보호된 메소드

protected ArgumentIsNotOutOrRefException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ArgumentIsNotOutOrRefException() 공개 메소드

public ArgumentIsNotOutOrRefException ( int argumentIndex, Type argumentType ) : System
argumentIndex int
argumentType System.Type
리턴 System