foobar2000 SDK  2015-01-14
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 230 of file win-objects.h.

Constructor & Destructor Documentation

exception_com::exception_com ( HRESULT  p_code)
inline

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

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

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

233 : 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:236

Member Function Documentation

HRESULT exception_com::get_code ( ) const
inline

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

234 {return m_code;}
HRESULT m_code
Definition: win-objects.h:236

Field Documentation

HRESULT exception_com::m_code
private

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


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