Visual Studio Code – Is a blank try and catch IndexOutOfBoundsException valid at the end of a while loop of if statements in C#?
I'm finishing an unfinished C# WinForms project, which is a save game editor for an unspecified game. I noticed that character portraits and icons' IDs have a valid range of 1 to 905, but there was no code to verify…