STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::invalid_compute_domain Class Reference

Exception thrown when the runtime fails to launch a kernel using the compute domain specified at the parallel_for_each call site. More...

#include <amprt_exceptions.h>

Inheritance diagram for Concurrency::invalid_compute_domain:
Concurrency::runtime_exception

Public Member Functions

_AMPIMP invalid_compute_domain (const char *_Message) throw ()
 Construct an invalid_compute_domain exception with a message More...
 
_AMPIMP invalid_compute_domain () throw ()
 Construct an invalid_compute_domain exception More...
 
- Public Member Functions inherited from Concurrency::runtime_exception
_AMPIMP runtime_exception (const char *_Message, HRESULT _Hresult) throw ()
 Construct a runtime_exception exception with a message and an error code More...
 
_AMPIMP runtime_exception (HRESULT _Hresult) throw ()
 Construct a runtime_exception exception with an error code More...
 
_AMPIMP runtime_exception (const runtime_exception &_Other) throw ()
 Copy construct a runtime_exception exception More...
 
_AMPIMP runtime_exceptionoperator= (const runtime_exception &_Other) throw ()
 Assignment operator More...
 
virtual _AMPIMP ~runtime_exception () throw ()
 Destruct a runtime_exception exception object instance More...
 
_AMPIMP HRESULT get_error_code () const throw ()
 Get the error code that caused this exception More...
 

Detailed Description

Exception thrown when the runtime fails to launch a kernel using the compute domain specified at the parallel_for_each call site.

Constructor & Destructor Documentation

_AMPIMP Concurrency::invalid_compute_domain::invalid_compute_domain ( const char *  _Message)
throw (
)
explicit

Construct an invalid_compute_domain exception with a message

Parameters
_MessageDescriptive message of error
_AMPIMP Concurrency::invalid_compute_domain::invalid_compute_domain ( )
throw (
)

Construct an invalid_compute_domain exception


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