Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Note
The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.
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
CInvalidArgException
Requirements
Header: afx.h
CInvalidArgException::CInvalidArgException
The constructor.
CInvalidArgException();
Remarks
Do not use this constructor directly; call the global function AfxThrowInvalidArgException.