Share via


Classe default_scheduler_exists

Essa classe descreve uma exceção gerada quando o método Scheduler::SetDefaultSchedulerPolicy é chamado quando um agendador padrão já existe dentro do processo.

Sintaxe

class default_scheduler_exists : public std::exception;

Membros

Construtores públicos

Nome Descrição
default_scheduler_exists Sobrecarregado. Constrói um objeto default_scheduler_exists.

Hierarquia de herança

exception

default_scheduler_exists

Requisitos

Cabeçalho: concrt.h

Namespace: concurrency

default_scheduler_exists

Constrói um objeto default_scheduler_exists.

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

default_scheduler_exists() throw();

Parâmetros

_Message
Uma mensagem descritiva do erro.

Confira também

Namespace de simultaneidade