Skip to content

Latest commit

 

History

History
82 lines (66 loc) · 2.02 KB

File metadata and controls

82 lines (66 loc) · 2.02 KB
title CInvalidArgException Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
CInvalidArgException
AFX/CInvalidArgException
AFX/CInvalidArgException::CInvalidArgException
dev_langs
C++
helpviewer_keywords
CInvalidArgException class
ms.assetid e43d7c67-1157-47f8-817a-804083e8186e
caps.latest.revision 19
author mikeblome
ms.author mblome
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

CInvalidArgException Class

This class represents an invalid argument exception condition.

Syntax

class CInvalidArgException : public CSimpleException  

Members

Public Constructors

Name Description
CInvalidArgException::CInvalidArgException The constructor.

Remarks

A CInvalidArgException object represents an invalid argument exception condition.

For more information on Exception Handling, see the CException Class topic and Exception Handling (MFC).

Inheritance Hierarchy

CObject

CException

CSimpleException

CInvalidArgException

Requirements

Header: afx.h

CInvalidArgException::CInvalidArgException

The constructor.

CInvalidArgException();

Remarks

Do not use this constructor directly; call the global function AfxThrowInvalidArgException.

See Also

Hierarchy Chart
CSimpleException Class