![]() |
Scope
|
#include <hresult_exception.h>
Inherits std::exception.
Public Member Functions | |
| hresult_exception (const HRESULT &_hr=S_OK, const char _function[]="none") | |
| const char * | what () const |
Public Attributes | |
| HRESULT | hr |
| char | function [255] |
Exception class for HRESULTs.
Definition at line 6 of file hresult_exception.h.
|
inline |
| [in] | _hr | current HRESULT |
| [in] | _function | function where exception occured |
Definition at line 18 of file hresult_exception.h.
|
inline |
Definition at line 24 of file hresult_exception.h.
| HRESULT hresult_exception::hr |
Current HRESULT.
Definition at line 11 of file hresult_exception.h.
| char hresult_exception::function[255] |
Function where exception occured.
Definition at line 14 of file hresult_exception.h.