Share via


default_scheduler_exists (Clase)

Esta clase describe una excepción que se produce cuando se llama al método Scheduler::SetDefaultSchedulerPolicy cuando un programador predeterminado ya existe dentro del proceso.

Sintaxis

class default_scheduler_exists : public std::exception;

Miembros

Constructores públicos

Nombre Descripción
default_scheduler_exists Con sobrecarga. Construye un objeto default_scheduler_exists.

Jerarquía de herencia

exception

default_scheduler_exists

Requisitos

Encabezado: concrt.h

Espacio de nombres: simultaneidad

default_scheduler_exists

Construye un objeto default_scheduler_exists.

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

default_scheduler_exists() throw();

Parámetros

_Message
Mensaje descriptivo del error.

Consulte también

concurrency (espacio de nombres)