GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
GetLastErrorException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseGUIFrameworkException.h
"
4
5
namespace
gui_framework
6
{
7
namespace
exceptions
8
{
10
class
GUI_FRAMEWORK_API
GetLastErrorException
:
public
BaseGUIFrameworkException
11
{
12
public
:
13
GetLastErrorException
(DWORD errorCode, std::string_view fileName, std::string_view methodName,
int
line);
14
15
~GetLastErrorException
() =
default
;
16
};
17
}
18
}
BaseGUIFrameworkException.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
gui_framework::exceptions::BaseGUIFrameworkException
Base class for all GUIFramework exceptions.
Definition
BaseGUIFrameworkException.h:12
gui_framework::exceptions::GetLastErrorException
Exception that receive error code from GetLastError function.
Definition
GetLastErrorException.h:11
gui_framework::exceptions::GetLastErrorException::~GetLastErrorException
~GetLastErrorException()=default
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Exceptions
GetLastErrorException.h
Generated by
1.12.0