task_canceled 클래스

이 클래스에 PPL 작업 계층에서 현재 작업을 취소 하도록 강제 하려면 throw 한 예외를 설명 합니다.또한 의해 throw 되는 get() 메서드를 작업, 취소 작업입니다.

class task_canceled : public std::exception;

Members

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

Name

설명

task_canceled::task_canceled 생성자

오버로드.task_canceled 개체를 생성합니다.

상속 계층 구조

exception

task_canceled

요구 사항

헤더: concrt.h

네임 스페이스: 동시성

참고 항목

참조

동시성 네임스페이스

task::get 메서드

cancel_current_task 함수