accelerator_view_removed 클래스

Windows 시간 초과 검색 및 복구 메커니즘으로 인해 내부 DirectX 호출이 실패할 때 throw되는 예외입니다.

구문

class accelerator_view_removed : public runtime_exception;

멤버

공용 생성자

속성 설명
accelerator_view_removed 생성자 accelerator_view_removed 클래스의 새 인스턴스를 초기화합니다.

공용 메서드

이름 설명
get_view_removed_reason accelerator_view 개체 제거의 원인을 나타내는 HRESULT 오류 코드를 반환합니다.

상속 계층 구조

exception

runtime_exception

out_of_memory

요구 사항

헤더: amprt.h

네임스페이스: 동시성

accelerator_view_removed

accelerator_view_removed 클래스의 새 인스턴스를 초기화합니다.

구문

explicit accelerator_view_removed(
    const char * message,
    HRESULT view_removed_reason ) throw();

explicit accelerator_view_removed(
    HRESULT view_removed_reason ) throw();

매개 변수

message
오류에 대한 설명입니다.

view_removed_reason
accelerator_view 개체 제거의 원인을 나타내는 HRESULT 오류 코드입니다.

Return Value

accelerator_view_removed 클래스의 새 인스턴스입니다.

get_view_removed_reason

accelerator_view 개체 제거의 원인을 나타내는 HRESULT 오류 코드를 반환합니다.

구문

HRESULT get_view_removed_reason() const throw();

참고 항목

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