Review replacing ArgumentOutOfRangeException with custom error messages with default ones using its throw helpers
Open
enhancement
tenet-performance
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
In dotnet/runtime#79460, a choice was made to replace several `throw new ArgumentOutOfRangeException` with custom error messages with `ArgumentOutOfRangeException.ThrowIf` methods that use a standard message. As a follow up to #9713, we could do the same in the winforms repo
Contributor guide
Assessment
This issue has not been assessed yet.