| description | Learn more about: accelerator_view_removed Class | ||||
|---|---|---|---|---|---|
| title | accelerator_view_removed Class | ||||
| ms.date | 03/27/2019 | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| ms.assetid | 262446de-311c-454e-a5ed-e2aaced0d88a |
The exception that is thrown when an underlying DirectX call fails due to the Windows timeout detection and recovery mechanism.
class accelerator_view_removed : public runtime_exception;| Name | Description |
|---|---|
| accelerator_view_removed Constructor | Initializes a new instance of the accelerator_view_removed class. |
| Name | Description |
|---|---|
| get_view_removed_reason | Returns an HRESULT error code indicating the cause of the accelerator_view object's removal. |
exception
runtime_exception
out_of_memory
Header: amprt.h
Namespace: Concurrency
Initializes a new instance of the accelerator_view_removed class.
explicit accelerator_view_removed(
const char * message,
HRESULT view_removed_reason ) throw();
explicit accelerator_view_removed(
HRESULT view_removed_reason ) throw();message
A description of the error.
view_removed_reason
An HRESULT error code indicating the cause of removal of the accelerator_view object.
A new instance of the accelerator_view_removed class.
Returns an HRESULT error code indicating the cause of the accelerator_view object's removal.
HRESULT get_view_removed_reason() const throw();