CNotSupportedException 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 CNotSupportedException Class.
Represents an exception that is the result of a request for an unsupported feature.
class CNotSupportedException : public CSimpleException
Public Constructors
| 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();
Remarks
Do not use this constructor directly, but rather call the global function [AfxThrowNotSupportedException](../Topic/Exception%20Processing.md#not_found.md#afxthrownotsupportedexception. for more information about exception processing, see the article [exceptions]--brokenlink--(../topic/exception_handling_in_mfc).