다음을 통해 공유


unsupported_feature 클래스

지원되지 않는 기능을 사용할 때 throw되는 예외입니다.

구문

class unsupported_feature : public runtime_exception;

멤버

공용 생성자

속성 설명
unsupported_feature 생성자 예외의 새 인스턴스를 생성합니다 unsupported_feature .

상속 계층 구조

exception

runtime_exception

unsupported_feature

unsupported_feature

예외의 새 인스턴스를 생성합니다 unsupported_feature .

구문

explicit unsupported_feature(
    const char * _Message ) throw();

unsupported_feature() throw();

매개 변수

_메시지
오류에 대한 설명입니다.

Return Value

unsupported_feature 개체

요구 사항

헤더: amprt.h

네임스페이스: 동시성

참고 항목

Concurrency 네임스페이스(C++ AMP)