Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This class describes an exception thrown when an invalid operation is performed that is not more accurately described by another exception type thrown by the Concurrency Runtime.
class invalid_operation : public std::exception;
Members
Public Constructors
Name |
Description |
|---|---|
Overloaded. Constructs an invalid_operation object. |
Remarks
The various methods which throw this exception will generally document under what circumstances they will throw it.
Inheritance Hierarchy
exception
invalid_operation
Requirements
Header: concrt.h
Namespace: concurrency