Open
Description
Describe the issue or suggestion
The docs for each of the overloads of Timer.Change say the following:
Exceptions
ObjectDisposedException
The Timer has already been disposed.
But it looks like this was intentionally changed in .NET 8 to return false when the timer has been disposed instead of throwing an exception. I think the docs should be updated here, and maybe even a note on the behavioral change if that also seems appropriate.