| title | unsupported_feature Class | |||
|---|---|---|---|---|
| ms.date | 03/27/2019 | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 6b1ab917-df13-48c7-9648-7cb2465a0ff5 |
The exception that is thrown when an unsupported feature is used.
class unsupported_feature : public runtime_exception;| Name | Description |
|---|---|
| unsupported_feature Constructor | Constructs a new instance of the unsupported_feature exception. |
exception
runtime_exception
unsupported_feature
Constructs a new instance of the unsupported_feature exception.
explicit unsupported_feature(
const char * _Message ) throw();
unsupported_feature() throw();_Message
A description of the error.
The unsupported_feature object.
Header: amprt.h
Namespace: Concurrency