C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
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 <pplxcancellation_token.h>
Public Member Functions | |
invalid_operation (_In_z_ const char *_Message) throw () | |
Constructs an invalid_operation object. More... | |
invalid_operation () throw () | |
Constructs an invalid_operation object. More... | |
const char * | what () const CPPREST_NOEXCEPT |
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.
|
inline |
Constructs an invalid_operation
object.
_Message | A descriptive message of the error. |
|
inline |
Constructs an invalid_operation
object.