default_scheduler_exists Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
This class describes an exception thrown when the Scheduler::SetDefaultSchedulerPolicy method is called when a default scheduler already exists within the process.
class default_scheduler_exists : public std::exception;
Public Constructors
| Name | Description |
|---|---|
| default_scheduler_exists::default_scheduler_exists Constructor | Overloaded. Constructs a default_scheduler_exists object. |
exception
default_scheduler_exists
Header: concrt.h
Namespace: concurrency
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.
Show: