scheduler_not_attached (Clase)
Esta clase describe una excepción que se produce cuando se realiza una operación que requiere que un programador se adjunte al contexto actual y no hay ninguno.
Sintaxis
class scheduler_not_attached : public std::exception;
Miembros
Constructores públicos
Nombre | Descripción |
---|---|
scheduler_not_attached | Con sobrecarga. Construye un objeto scheduler_not_attached . |
Jerarquía de herencia
exception
scheduler_not_attached
Requisitos
Encabezado: concrt.h
Espacio de nombres: simultaneidad
scheduler_not_attached
Construye un objeto scheduler_not_attached
.
explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw();
scheduler_not_attached() throw();
Parámetros
_Message
Mensaje descriptivo del error.