C# Class PclUnit.Style.Xunit.Exceptions.NotInRangeException

Inheritance: AssertException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
NotInRangeException ( object actual, object low, object high ) : System

Creates a new instance of the NotInRangeException class.

Method Details

NotInRangeException() public méthode

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
Résultat System