STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::invalid_oversubscribe_operation Class Reference

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. More...

#include <concrt.h>

Inheritance diagram for Concurrency::invalid_oversubscribe_operation:

Public Member Functions

_CONCRTIMP invalid_oversubscribe_operation (_In_z_ const char *_Message) throw ()
 Constructs an invalid_oversubscribe_operation object. More...
 
_CONCRTIMP invalid_oversubscribe_operation () throw ()
 Constructs an invalid_oversubscribe_operation object. More...
 

Detailed Description

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.

See also
Context::Oversubscribe Method

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::invalid_oversubscribe_operation::invalid_oversubscribe_operation ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs an invalid_oversubscribe_operation object.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::invalid_oversubscribe_operation::invalid_oversubscribe_operation ( )
throw (
)

Constructs an invalid_oversubscribe_operation object.


The documentation for this class was generated from the following file: