invalid_compute_domain Class
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.
Syntax
class invalid_compute_domain : public runtime_exception;
Members
Public Constructors
Name | Description |
---|---|
invalid_compute_domain::invalid_compute_domain Constructor | Initializes a new instance of the invalid_compute_domain class. |
Inheritance Hierarchy
exception
runtime_exception
invalid_compute_domain
Requirements
Header: amprt.h
Namespace: Concurrency