runtime_exception 클래스

C + + 가속 대규모 병렬 처리 (AMP) 라이브러리에서 예외에 대 한 기본 형식입니다.

class runtime_exception : public std::exception;

Members

Hh350916.collapse_all(ko-kr,VS.110).gifPublic 생성자

Name

설명

runtime_exception::runtime_exception 생성자

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

runtime_exception::~runtime_exception 소멸자

runtime_exception 개체를 소멸시킵니다.

Hh350916.collapse_all(ko-kr,VS.110).gifPublic 메서드

Name

설명

runtime_exception::get_error_code 메서드

예외의 원인이 된 오류 코드를 반환합니다.

Hh350916.collapse_all(ko-kr,VS.110).gifPublic 연산자

Name

설명

runtime_exception::operator= 연산자

지정한 내용을 복사 runtime_exception 개체로이 하나 있습니다.

상속 계층 구조

exception

runtime_exception

요구 사항

헤더: amprt.h

네임스페이스: 동시성

참고 항목

참조

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