Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This class is a base class for resource-critical MFC exceptions.
class AFX_NOVTABLE CSimpleException : public CException
Remarks
CSimpleException is the base class for resource-critical MFC exceptions and handles the ownership and initialization of an error message. The following classes use CSimpleException as their base class:
Out-of-memory exception |
|
Requests for an unsupported operation |
|
Windows resource not found or not creatable |
|
Exception that indicates a resource could not be found |
|
Exception that indicates an invalid argument |
Because CSimpleException is an abstract base class, you cannot declare a CSimpleException object directly. Instead, you must declare derived objects such as those in the previous table. If you are declaring your own derived class, use the previous classes as a model.
For more information, see the CException Class topic and Exception Handling (MFC).
Requirements
Header: afx.h