Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.19 KB

safeintexception-class.md

File metadata and controls

47 lines (38 loc) · 1.19 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
SafeIntException Class | Microsoft Docs
11/04/2016
cpp-windows
language-reference
SafeIntException Class
C++
SafeIntException class
88bef958-1f48-4d55-ad4f-d1f9581a293a
8
ghogen
ghogen
ghogen

SafeIntException Class

The SafeInt class uses SafeIntException to identify why a mathematical operation cannot be completed.

Syntax

class SafeIntException;  

Members

Public Constructors

SafeIntException::SafeIntException
Creates a SafeIntException object.

Remarks

The SafeInt Class is the only class that uses the SafeIntException class.

Inheritance Hierarchy

SafeIntException Class

Requirements

Header: safeint.h

Namespace: msl::utilities

See Also

SafeInt Library
SafeInt Class