default_scheduler_exists 클래스
이 클래스는 프로세스 내에 기본 스케줄러가 이미 있을 때 Scheduler::SetDefaultSchedulerPolicy
메서드를 호출하는 경우 발생하는 예외를 설명합니다.
구문
class default_scheduler_exists : public std::exception;
멤버
공용 생성자
속성 | 설명 |
---|---|
default_scheduler_exists | 오버로드됨. default_scheduler_exists 개체를 생성합니다. |
상속 계층 구조
exception
default_scheduler_exists
요구 사항
헤더: concrt.h
네임스페이스: 동시성
default_scheduler_exists
default_scheduler_exists
개체를 생성합니다.
explicit _CRTIMP default_scheduler_exists(_In_z_ const char* _Message) throw();
default_scheduler_exists() throw();
매개 변수
_메시지
오류 설명 메시지입니다.