R
Rudy
I have a method which has a large numbers of arguments (of integers) say
30. When one of the arguments are wrong (null or the argument is not an
integer), vb.net (2005) reports that there is an error. The problem is that
in debug mode vb.net does not say which argument is wrong, it only gives the
line where it happens.
Is there as way to see which argument has thrown the error?
Rudy
30. When one of the arguments are wrong (null or the argument is not an
integer), vb.net (2005) reports that there is an error. The problem is that
in debug mode vb.net does not say which argument is wrong, it only gives the
line where it happens.
Is there as way to see which argument has thrown the error?
Rudy