description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: invalid_compute_domain Class |
invalid_compute_domain Class |
11/04/2016 |
|
|
ac7a7166-8bdb-4db1-8caf-ea129ab5117e |
The exception that's thrown when the runtime can't start a kernel by using the compute domain specified at the parallel_for_each call site.
class invalid_compute_domain : public runtime_exception;
Name | Description |
---|---|
invalid_compute_domain Constructor | Initializes a new instance of the invalid_compute_domain class. |
exception
runtime_exception
invalid_compute_domain
Header: amprt.h
Namespace: Concurrency
Initializes a new instance of the class.
explicit invalid_compute_domain(
const char * _Message ) throw();
invalid_compute_domain() throw();
_Message
A description of the error.
An instance of the invalid_compute_domain
class