Category Archive for "Indexoutofrangeexception"

What is an IndexOutOfRangeException / ArgumentOutOfRangeException and how do I fix it?

Have you ever encountered an error message that says "Index was outside the bounds of the array" or "Index was out of range" in your C#/.NET code? If yes, don't worry...