Solved

Exception

  • 11 December 2020
  • 2 replies
  • 317 views

Userlevel 4
Badge +12

Has anyone seen this Exception before?

 

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

icon

Best answer by durette 12 December 2020, 00:21

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +18

That’s a very generic message. It means it tried to read an item from a collection, but the item wasn’t there. That collection could be any number of things, like menu items, business records, etc.

ArgumentOutOfRangeException Class (System) | Microsoft Docs

 

Whoever diagnoses this will likely need more information. What was the user doing when they saw this? Is it repeatable?

Userlevel 4
Badge +12

This is a sporadic issue when trying to open Schedule board ,so it will be difficult to diagnose. Thank you!