default_scheduler_exists — Klasa
Ta klasa opisuje wyjątek zgłaszany, gdy Scheduler::SetDefaultSchedulerPolicy
metoda jest wywoływana, gdy domyślny harmonogram już istnieje w ramach procesu.
Składnia
class default_scheduler_exists : public std::exception;
Elementy członkowskie
Konstruktory publiczne
Nazwa/nazwisko | opis |
---|---|
default_scheduler_exists | Przeciążone. default_scheduler_exists Tworzy obiekt. |
Hierarchia dziedziczenia
exception
default_scheduler_exists
Wymagania
Nagłówek: concrt.h
Przestrzeń nazw: współbieżność
default_scheduler_exists
default_scheduler_exists
Tworzy obiekt.
explicit _CRTIMP default_scheduler_exists(_In_z_ const char* _Message) throw();
default_scheduler_exists() throw();
Parametry
_Komunikat
Opisowy komunikat o błędzie.