C# 클래스 XunitShould.Sdk.NotInRangeException

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

공개 메소드들

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

Creates a new instance of the NotInRangeException class.

메소드 상세

NotInRangeException() 공개 메소드

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