foobar2000 SDK  2015-08-03
Public Member Functions | Private Attributes
exception_com

#include <win-objects.h>

+ Inheritance diagram for exception_com:

Public Member Functions

 exception_com (HRESULT p_code)
 
 exception_com (HRESULT p_code, const char *msg)
 
HRESULT get_code () const
 

Private Attributes

HRESULT m_code
 

Detailed Description

Definition at line 233 of file win-objects.h.

Constructor & Destructor Documentation

exception_com::exception_com ( HRESULT  p_code)
inline

Definition at line 235 of file win-objects.h.

235 : std::exception(format_hresult(p_code)), m_code(p_code) {}
std::exception exception
Definition: primitives.h:193
HRESULT m_code
Definition: win-objects.h:239
exception_com::exception_com ( HRESULT  p_code,
const char *  msg 
)
inline

Definition at line 236 of file win-objects.h.

236 : std::exception(format_hresult(p_code, msg)), m_code(p_code) {}
std::exception exception
Definition: primitives.h:193
HRESULT m_code
Definition: win-objects.h:239

Member Function Documentation

HRESULT exception_com::get_code ( ) const
inline

Definition at line 237 of file win-objects.h.

237 {return m_code;}
HRESULT m_code
Definition: win-objects.h:239

Field Documentation

HRESULT exception_com::m_code
private

Definition at line 239 of file win-objects.h.


The documentation for this class was generated from the following file: