Classe scheduler_not_attached
Questa classe descrive un'eccezione generata quando viene eseguita un'operazione che richiede un'utilità di pianificazione da allegare al contesto corrente e non lo è.
Sintassi
class scheduler_not_attached : public std::exception;
Membri
Costruttori pubblici
Nome | Descrizione |
---|---|
scheduler_not_attached | Con overload. Costruisce un oggetto scheduler_not_attached . |
Gerarchia di ereditarietà
exception
scheduler_not_attached
Requisiti
Intestazione: concrt.h
Spazio dei nomi: Concurrency
scheduler_not_attached
Costruisce un oggetto scheduler_not_attached
.
explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw();
scheduler_not_attached() throw();
Parametri
_Messaggio
Messaggio descrittivo dell'errore.