improper_scheduler_attach 클래스

이 클래스는 동일한 컨텍스트에 이미 연결된 Scheduler 개체에 대해 Attach 메서드를 호출하는 경우 발생하는 예외를 설명합니다.

구문

class improper_scheduler_attach : public std::exception;

멤버

공용 생성자

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

상속 계층 구조

exception

improper_scheduler_attach

요구 사항

헤더: concrt.h

네임스페이스: 동시성

improper_scheduler_attach

improper_scheduler_attach 개체를 생성합니다.

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

improper_scheduler_attach() throw();

매개 변수

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

참고 항목

concurrency 네임스페이스
Scheduler 클래스