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.
Public Member Functions | List of all members
pplx::invalid_operation Class Reference

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>

Inheritance diagram for pplx::invalid_operation:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

pplx::invalid_operation::invalid_operation ( _In_z_ const char *  _Message)
throw (
)
inline

Constructs an invalid_operation object.

Parameters
_MessageA descriptive message of the error.
pplx::invalid_operation::invalid_operation ( )
throw (
)
inline

Constructs an invalid_operation object.


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