C# 클래스 PclUnit.Style.Xunit.Exceptions.NotInRangeException

상속: AssertException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
NotInRangeException ( object actual, object low, object high ) : System

Creates a new instance of the NotInRangeException class.

메소드 상세

NotInRangeException() 공개 메소드

Creates a new instance of the NotInRangeException class.
public NotInRangeException ( object actual, object low, object high ) : System
actual object The actual object value
low object The low value of the range
high object The high value of the range
리턴 System