Integer Exceptions

From RAD Studio
Jump to: navigation, search

Go Up to Exception handling Index


Integer exceptions that can occur in Delphi or C++ applications are listed in the following table.

Exception Class Description
System.SysUtils.EDivByZero Integer Division by Zero Exception
System.SysUtils.ERangeError Out of range integer value.
System.SysUtils.EIntOverflow An overflow occurred.

See Also