Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 633 Bytes

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

File metadata and controls

27 lines (18 loc) · 633 Bytes

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

Scope

Edge

Version Introduced

4.5

Source Analyzer Status

Not planned

Change Description

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

  • Quirked
  • Build-time break

Recommended Action

Previously when overflows occurred, the result would be silently truncated. Now an OverflowException exception is thrown.

Affected APIs

  • Not detectable via API analysis

Category

Windows Forms

More information