Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at SafeIntException::SafeIntException.
Creates a SafeIntException object.
Syntax
SafeIntException();
SafeIntException(
SafeIntError code
);
Parameters
[in] code
An enumerated data value that describes the error that occurred.
Remarks
The possible values for code are defined in the file Safeint.h. For convenience, the possible values are also listed here.
SafeIntNoErrorSafeIntArithmeticOverflowSafeIntDivideByZero
Requirements
Header: safeint.h
Namespace: msl::utilities