| title | CInvalidArgException Class | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | reference | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | e43d7c67-1157-47f8-817a-804083e8186e | |||||||||||||
| caps.latest.revision | 19 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
This class represents an invalid argument exception condition.
class CInvalidArgException : public CSimpleException
| Name | Description |
|---|---|
| CInvalidArgException::CInvalidArgException | The constructor. |
A CInvalidArgException object represents an invalid argument exception condition.
For more information on Exception Handling, see the CException Class topic and Exception Handling (MFC).
CInvalidArgException
Header: afx.h
The constructor.
CInvalidArgException();
Do not use this constructor directly; call the global function AfxThrowInvalidArgException.