C# 클래스 XunitShould.Sdk.InRangeException

상속: XunitShould.Sdk.RangeException
파일 보기 프로젝트 열기: EddieGarmon/XunitShould

공개 메소드들

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

Creates a new instance of the InRangeException class.

메소드 상세

InRangeException() 공개 메소드

Creates a new instance of the InRangeException class.
public InRangeException ( object actual, object low, bool lowInclusive, object high, bool highInclusive ) : System
actual object The actual object value
low object The low value of the range
lowInclusive bool /// if set to true low is considered in the range. ///
high object The high value of the range
highInclusive bool /// if set to true high is considered in the range. ///
리턴 System