runtime_exception Class
The base type for exceptions in the C++ Accelerated Massive Parallelism (AMP) library.
class runtime_exception : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
Initializes a new instance of the runtime_exception class. |
|
Destroys the runtime_exception object. |
Public Methods
Name |
Description |
---|---|
Returns the error code that caused the exception. |
Public Operators
Name |
Description |
---|---|
Copies the contents of the specified runtime_exception object into this one. |
Inheritance Hierarchy
exception
runtime_exception
Requirements
Header: amprt.h
Namespace: Concurrency