Does it? Int.Parse says it can only return those 2 exceptions or ArgumentNullException, but nulls have been handled already.
https://learn.microsoft.com/en-us/dotnet/api/system.int32.pa...
Fine but with all that code we are implying there is some case we don't want to catch for some reason. If any effective parse error should always throw we should simply do that instead of playing games.
Fine but with all that code we are implying there is some case we don't want to catch for some reason. If any effective parse error should always throw we should simply do that instead of playing games.