创建一个 SafeIntException 对象。
SafeIntException();
SafeIntException(
SafeIntError code
);
参数
- [in] code
描述错误的一个绑定值值。
备注
code 的可能值在文件 Safeint.h 定义。为了方便起见,可能值还列出了。
SafeIntNoError
SafeIntArithmeticOverflow
SafeIntDivideByZero
要求
标题: safeint.h
命名空间: msl::utilities