다음을 통해 공유


scheduler_not_attached 클래스

이 클래스는 스케줄러가 현재 컨텍스트에 연결되어야 하는 작업을 수행하는데 연결된 스케줄러가 없는 경우 발생하는 예외를 설명합니다.

구문

class scheduler_not_attached : public std::exception;

멤버

공용 생성자

속성 설명
scheduler_not_attached 오버로드됨. scheduler_not_attached 개체를 생성합니다.

상속 계층 구조

exception

scheduler_not_attached

요구 사항

헤더: concrt.h

네임스페이스: 동시성

scheduler_not_attached

scheduler_not_attached 개체를 생성합니다.

explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw();

scheduler_not_attached() throw();

매개 변수

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

참고 항목

concurrency 네임스페이스
Scheduler 클래스