Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 1.38 KB

File metadata and controls

65 lines (56 loc) · 1.38 KB
title SafeIntException Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
SafeIntException Class
dev_langs
C++
helpviewer_keywords
SafeIntException class
ms.assetid 88bef958-1f48-4d55-ad4f-d1f9581a293a
caps.latest.revision 8
author ghogen
ms.author ghogen
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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