Partager via


SafeIntException : : SafeIntException

Crée un objet SafeIntException.

SafeIntException();

SafeIntException(
   SafeIntError code
);

Paramètres

  • [in] code
    An enumerated data value that describes the error that occurred.

Notes

The possible values for code are defined in the file Safeint.h. For convenience, the possible values are also listed here.

  • SafeIntNoError

  • SafeIntArithmeticOverflow

  • SafeIntDivideByZero

Configuration requise

Header: safeint.h

Namespace: msl::utilities

Voir aussi

Référence

classe de SafeIntException

Classe SafeInt

Autres ressources

Bibliothèque SafeInt