dotnet · dotnet/OverflowException
OverflowException
OverflowException
Thrown in a checked arithmetic context when the result of an operation exceeds the range of the data type. Only thrown inside checked {} blocks or with the /checked compiler option; unchecked arithmetic wraps silently.