הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
The exception that is thrown when an unsupported feature is used.
Syntax
class unsupported_feature : public runtime_exception;
Members
Public Constructors
| Name | Description |
|---|---|
| unsupported_feature Constructor | Constructs a new instance of the unsupported_feature exception. |
Inheritance Hierarchy
exception
runtime_exception
unsupported_feature
unsupported_feature
Constructs a new instance of the unsupported_feature exception.
Syntax
explicit unsupported_feature(
const char * _Message ) throw();
unsupported_feature() throw();
Parameters
_Message
A description of the error.
Return Value
The unsupported_feature object.
Requirements
Header: amprt.h
Namespace: Concurrency