Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class describes an exception that is 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.
class invalid_oversubscribe_operation : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
invalid_oversubscribe_operation::invalid_oversubscribe_operation Constructor |
Overloaded. Constructs an invalid_oversubscribe_operation object. |
Inheritance Hierarchy
exception
invalid_oversubscribe_operation
Requirements
Header: concrt.h
Namespace: Concurrency