Udostępnij za pośrednictwem


improper_scheduler_detach — Klasa

Ta klasa opisuje wyjątek zgłaszany, gdy CurrentScheduler::Detach metoda jest wywoływana w kontekście, który nie został dołączony do żadnego harmonogramu przy użyciu Attach metody Scheduler obiektu.

Składnia

class improper_scheduler_detach : public std::exception;

Członkowie

Konstruktory publiczne

Nazwa/nazwisko opis
improper_scheduler_detach Przeciążone. improper_scheduler_detach Tworzy obiekt.

Hierarchia dziedziczenia

exception

improper_scheduler_detach

Wymagania

Nagłówek: concrt.h

Przestrzeń nazw: współbieżność

improper_scheduler_detach

improper_scheduler_detach Tworzy obiekt.

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

improper_scheduler_detach() throw();

Parametry

_Komunikat
Opisowy komunikat o błędzie.

Zobacz też

Przestrzeń nazw współbieżności
Scheduler, klasa