CInvalidArgException Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CInvalidArgException Class.

This class represents an invalid argument exception condition.

class CInvalidArgException : public CSimpleException  

Public Constructors

NameDescription
CInvalidArgException::CInvalidArgExceptionThe 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).

CObject

CException

CSimpleException

CInvalidArgException

Header: afx.h

The constructor.

CInvalidArgException();

Remarks

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

Hierarchy Chart
CSimpleException Class

Show: