Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
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
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.