Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.03 KB

cnotsupportedexception-class.md

File metadata and controls

67 lines (49 loc) · 2.03 KB
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
cpp-windows
reference
CNotSupportedException
AFX/CNotSupportedException
AFX/CNotSupportedException::CNotSupportedException
C++
CNotSupportedException [MFC], CNotSupportedException
e517391b-eb94-4c39-ae32-87b45bf7d624
20
mikeblome
mblome
ghogen

CNotSupportedException Class

Represents an exception that is the result of a request for an unsupported feature.

Syntax

class CNotSupportedException : public CSimpleException  

Members

Public Constructors

Name Description
CNotSupportedException::CNotSupportedException Constructs a CNotSupportedException object.

Remarks

No further qualification is necessary or possible.

For more information on using CNotSupportedException, see the article Exception Handling (MFC).

Inheritance Hierarchy

CObject

CException

CSimpleException

CNotSupportedException

Requirements

Header: afx.h

CNotSupportedException::CNotSupportedException

Constructs a CNotSupportedException object.

CNotSupportedException();

Remarks

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.

See Also

CException Class
Hierarchy Chart