invalid_compute_domain Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
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;
Public Constructors
| Name | Description |
|---|---|
| invalid_compute_domain::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
Show: