scheduler_no_adjunto (Clase)

Esta clase describe una excepción que se produce cuando se realiza una operación que requiere que un gestor de tareas se adjunte al contexto actual y no lo hay.

Sintaxis

class scheduler_not_attached : public std::exception;

Miembros

Constructores públicos

Nombre Descripción
scheduler_not_attached Sobrecargado Construye un objeto scheduler_not_attached.

Jerarquía de herencia

exception

scheduler_not_attached

Requisitos

Encabezado: concrt.h

Espacio de nombres: simultaneidad

scheduler_no_adjuntado

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.

Consulte también

espacio de nombres de concurrencia
Scheduler (clase)