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 | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CNotSupportedException Class | Microsoft Docs |
11/04/2016 |
|
reference |
|
|
|
e517391b-eb94-4c39-ae32-87b45bf7d624 |
20 |
mikeblome |
mblome |
ghogen |
Represents an exception that is the result of a request for an unsupported feature.
class CNotSupportedException : public CSimpleException
Name | Description |
---|---|
CNotSupportedException::CNotSupportedException | Constructs a CNotSupportedException object. |
No further qualification is necessary or possible.
For more information on using CNotSupportedException
, see the article Exception Handling (MFC).
CNotSupportedException
Header: afx.h
Constructs a CNotSupportedException
object.
CNotSupportedException();
Do not use this constructor directly, but rather call the global function AfxThrowNotSupportedException. for more information about exception processing, see the article Exception Handling in MFC.