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 | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
unsupported_feature Class | Microsoft Docs |
11/04/2016 |
|
article |
|
|
|
6b1ab917-df13-48c7-9648-7cb2465a0ff5 |
12 |
mikeblome |
mblome |
ghogen |
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