Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.85 KB

cinvalidargexception-class.md

File metadata and controls

65 lines (49 loc) · 1.85 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
CInvalidArgException Class | Microsoft Docs
11/04/2016
cpp-windows
reference
CInvalidArgException
AFX/CInvalidArgException
AFX/CInvalidArgException::CInvalidArgException
C++
CInvalidArgException [MFC], CInvalidArgException
e43d7c67-1157-47f8-817a-804083e8186e
19
mikeblome
mblome
ghogen

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