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 by the PPL tasks layer in order to force the current task to cancel. It is also thrown by the get()
method on task, for a canceled task.
More...
#include <pplxcancellation_token.h>
Public Member Functions | |
task_canceled (_In_z_ const char *_Message) throw () | |
Constructs a task_canceled object. More... | |
task_canceled () throw () | |
Constructs a task_canceled object. More... | |
const char * | what () const CPPREST_NOEXCEPT |
This class describes an exception thrown by the PPL tasks layer in order to force the current task to cancel. It is also thrown by the get()
method on task, for a canceled task.
|
inlineexplicit |
Constructs a task_canceled
object.
_Message | A descriptive message of the error. |
|
inline |
Constructs a task_canceled
object.