Index 10 is not non-negative and below total rows count.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index 10 is not non-negative and below total rows count.
This exception occurred when i was trying to access a particular index of a collection above that of the total count ! hmm .. Well i was really confused on seeing it the first time because it doesn't seem to be good enough to understand what the exception is trying to say exactly ! I got into the dilemma on why someone would throw me an error when my Index is non-negative and below total rows count ?!
Doesn't it sound a little weird to you on reading that ?! Well probably it is just my illusion !