Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.52 KB

unsupported-feature-class.md

File metadata and controls

70 lines (51 loc) · 1.52 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
unsupported_feature Class | Microsoft Docs
11/04/2016
cpp-windows
article
unsupported_feature
AMPRT/unsupported_feature
AMPRT/Concurrency::unsupported_feature
C++
unsupported_feature class
6b1ab917-df13-48c7-9648-7cb2465a0ff5
12
mikeblome
mblome
ghogen

unsupported_feature Class

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

See Also

Concurrency Namespace (C++ AMP)