Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.28 KB

unsupported-feature-class.md

File metadata and controls

65 lines (41 loc) · 1.28 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: unsupported_feature Class
unsupported_feature Class
03/27/2019
unsupported_feature
AMPRT/unsupported_feature
AMPRT/Concurrency::unsupported_feature
unsupported_feature class
6b1ab917-df13-48c7-9648-7cb2465a0ff5

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)