| title | runtime_exception Class | Microsoft Docs | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||
| ms.date | 11/01/2016 | |||||||||
| ms.prod | visual-studio-dev14 | |||||||||
| ms.reviewer | ||||||||||
| ms.suite | ||||||||||
| ms.technology |
|
|||||||||
| ms.tgt_pltfrm | ||||||||||
| ms.topic | article | |||||||||
| f1_keywords |
|
|||||||||
| dev_langs |
|
|||||||||
| helpviewer_keywords |
|
|||||||||
| ms.assetid | 8fe3ce2c-3d4c-4b9c-95e8-e592f37adefd | |||||||||
| caps.latest.revision | 10 | |||||||||
| author | mikeblome | |||||||||
| ms.author | mblome | |||||||||
| manager | ghogen | |||||||||
| translation.priority.ht |
|
|||||||||
| translation.priority.mt |
|
The base type for exceptions in the C++ Accelerated Massive Parallelism (AMP) library.
class runtime_exception : public std::exception;
| Name | Description |
|---|---|
| runtime_exception::runtime_exception Constructor | Initializes a new instance of the runtime_exception class. |
| runtime_exception::~runtime_exception Destructor | Destroys the runtime_exception object. |
| Name | Description |
|---|---|
| runtime_exception::get_error_code Method | Returns the error code that caused the exception. |
| Name | Description |
|---|---|
| runtime_exception::operator= Operator | Copies the contents of the specified runtime_exception object into this one. |
exception
runtime_exception
Header: amprt.h
Namespace: Concurrency