הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
This class describes an exception thrown when the Context::Oversubscribe method is called with the _BeginOversubscription parameter set to false without a prior call to the Context::Oversubscribe method with the _BeginOversubscription parameter set to true.
Syntax
class invalid_oversubscribe_operation : public std::exception;
Members
Public Constructors
| Name | Description |
|---|---|
| invalid_oversubscribe_operation | Overloaded. Constructs an invalid_oversubscribe_operation object. |
Inheritance Hierarchy
exception
invalid_oversubscribe_operation
Requirements
Header: concrt.h
Namespace: concurrency
invalid_oversubscribe_operation
Constructs an invalid_oversubscribe_operation object.
explicit _CRTIMP invalid_oversubscribe_operation(_In_z_ const char* _Message) throw();
invalid_oversubscribe_operation() throw();
Parameters
_Message
A descriptive message of the error.