Метод | Описание | |
---|---|---|
NotInRangeException ( object actual, object low, bool lowInclusive, object high, bool highInclusive ) : System |
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 |
high | object | The high value of the range |
highInclusive | bool |
/// if set to |
Результат | System |