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

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

공개 메소드들

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

Creates a new instance of the InRangeException class.

메소드 상세

InRangeException() 공개 메소드

Creates a new instance of the InRangeException class.
public InRangeException ( 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