CNotSupportedException Class
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.