Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
Common
/
MyException.h
blob: cd9fe6948b0a807ccebc790deb4db1434e062cab [
file
] [
log
] [
blame
] [
edit
]
// Common/Exception.h
#ifndef
__COMMON_EXCEPTION_H
#define
__COMMON_EXCEPTION_H
#include
"MyWindows.h"
struct
CSystemException
{
HRESULT
ErrorCode
;
CSystemException
(
HRESULT errorCode
):
ErrorCode
(
errorCode
)
{}
};
#endif