다음을 통해 공유


unsupported_feature Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

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::unsupported_feature Constructor Constructs a new instance of the unsupported_feature exception.

Inheritance Hierarchy

exception

runtime_exception

unsupported_feature

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Concurrency Namespace (C++ AMP)