|
minValue can't be greater than maxValue
calculate.cs line 811
handle.cs line 832
handle.cs line 23
program.cs line 355
search for minValue and check why it's greater than maxValue , fix it , simply it's more of logical error
the error explain itself
argument out of range expection , just mean that the argument minValue is out of the range expection (which is less than or equal to maxValue)
search for the argument and fix it's cause or handle it with another way or w/e to fix it , iunno why people get a screenshot like this HOWEVER if they read it they will figure out what's wrong
|