STLdoc
STLdocumentation
|
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. More...
#include <pplinterface.h>
Public Member Functions | |
invalid_operation (_In_z_ const char *_Message) _NOEXCEPT | |
Constructs an invalid_operation object. More... | |
invalid_operation () _NOEXCEPT | |
Constructs an invalid_operation object. More... | |
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.
The various methods which throw this exception will generally document under what circumstances they will throw it.
|
inlineexplicit |
Constructs an invalid_operation
object.
_Message | A descriptive message of the error. |
|
inline |
Constructs an invalid_operation
object.