Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
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();