T
ThunderMusic
Hi,
For an unknown reason, I get an exception for getting the item at index 17
when the List<T> contains 23 items. It does not happen every time. Actually,
my app can run without a problem for 2-3 weeks, then BOOM!! I get the
exception out of nowhere... and the strangest thing is that the index is
not out of range, it's 17/23... and When I debug it, I can get the object
fine, it's not null and no exception while sending the "myList[index]" to
the Watch window. So, is there a bug in the List<T> class? I just can't see
how the bug can be on my side, the index is within the range....
thanks
ThunderMusic
For an unknown reason, I get an exception for getting the item at index 17
when the List<T> contains 23 items. It does not happen every time. Actually,
my app can run without a problem for 2-3 weeks, then BOOM!! I get the
exception out of nowhere... and the strangest thing is that the index is
not out of range, it's 17/23... and When I debug it, I can get the object
fine, it's not null and no exception while sending the "myList[index]" to
the Watch window. So, is there a bug in the List<T> class? I just can't see
how the bug can be on my side, the index is within the range....
thanks
ThunderMusic