argumentoutofrangeexception: cannot be negative.(argumentoutofrangeexception)

导读 大家好,我是小典,我来为大家解答以上问题。argumentoutofrangeexception: cannot be negative.,argumentoutofrangeexception很多人还...

大家好,我是小典,我来为大家解答以上问题。argumentoutofrangeexception: cannot be negative.,argumentoutofrangeexception很多人还不知道,现在让我们一起来看看吧!

1、给控件赋了一个不支持的数值,比如说,滑动控制块,设置最小值为0,但是给其赋了一个小于0的数,就会引发System.ArgumentOutOfRangeException异常。

2、像这样的控件有很多,如组合框、列表视图等等。

3、排除这类故障,最简单的方法就是,对赋值变量做一个输出比如MessageBox(xxx.ToString());变量值是否有越界,如果你的程序有日志功能,将变量输出到日志文件,再一个一个人工检查。

本文到此讲解完毕了,希望对大家有帮助。

最新文章