description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||
---|---|---|---|---|---|---|---|---|---|---|
Learn more about: accelerator_view_removed Class |
accelerator_view_removed Class |
03/27/2019 |
|
|
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();