Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 583 Bytes

winforms-checkforoverflowunderflow-property-now-true-for-systemdrawing.md

File metadata and controls

27 lines (16 loc) · 583 Bytes

WinForm's CheckForOverflowUnderflow property is now true for System.Drawing

Details

The CheckForOverflowUnderflow property for the System.Drawing.dll assembly is set to true.

Suggestion

Previously when overflows occurred, the result would be silently truncated. Now an xref:System.OverflowException?displayProperty=fullName exception is thrown.

Name Value
Scope Edge
Version 4.5
Type Runtime

Affected APIs

Not detectable via API analysis.