Примітка
Доступ до цієї сторінки вимагає авторизації. Ви можете спробувати увійти в систему або змінити каталоги.
Доступ до цієї сторінки вимагає авторизації. Ви можете спробувати змінити каталоги.
This class describes an exception thrown when the Scheduler::SetDefaultSchedulerPolicy method is called when a default scheduler already exists within the process.
Syntax
class default_scheduler_exists : public std::exception;
Members
Public Constructors
| Name | Description |
|---|---|
| default_scheduler_exists | Overloaded. Constructs a default_scheduler_exists object. |
Inheritance Hierarchy
exception
default_scheduler_exists
Requirements
Header: concrt.h
Namespace: concurrency
default_scheduler_exists
Constructs a default_scheduler_exists object.
explicit _CRTIMP default_scheduler_exists(_In_z_ const char* _Message) throw();
default_scheduler_exists() throw();
Parameters
_Message
A descriptive message of the error.