improper_scheduler_detach 클래스
이 클래스는 Scheduler
개체의 Attach
메서드를 사용하여 스케줄러에 연결되지 않은 컨텍스트에 대해 CurrentScheduler::Detach
메서드를 호출하는 경우 발생하는 예외를 설명합니다.
구문
class improper_scheduler_detach : public std::exception;
멤버
공용 생성자
속성 | 설명 |
---|---|
improper_scheduler_detach | 오버로드됨. improper_scheduler_detach 개체를 생성합니다. |
상속 계층 구조
exception
improper_scheduler_detach
요구 사항
헤더: concrt.h
네임스페이스: 동시성
improper_scheduler_detach
improper_scheduler_detach
개체를 생성합니다.
explicit _CRTIMP improper_scheduler_detach(_In_z_ const char* _Message) throw();
improper_scheduler_detach() throw();
매개 변수
_메시지
오류 설명 메시지입니다.