invalid_compute_domain Class

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;

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

See Also

Reference

Concurrency Namespace (C++ AMP)