STLdoc
STLdocumentation
|
This class describes an exception thrown when a policy key of a SchedulerPolicy
object is set to an invalid value for that key.
More...
#include <concrt.h>
Public Member Functions | |
_CRTIMP | invalid_scheduler_policy_value (_In_z_ const char *_Message) throw () |
Constructs an invalid_scheduler_policy_value object. More... | |
_CRTIMP | invalid_scheduler_policy_value () throw () |
Constructs an invalid_scheduler_policy_value object. More... | |
This class describes an exception thrown when a policy key of a SchedulerPolicy
object is set to an invalid value for that key.
|
explicit |
Constructs an invalid_scheduler_policy_value
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::invalid_scheduler_policy_value::invalid_scheduler_policy_value | ( | ) | ||
throw | ( | |||
) |
Constructs an invalid_scheduler_policy_value
object.