|
GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Exception that receive error code from GetLastError function. More...
#include <GetLastErrorException.h>
Public Member Functions | |
| GetLastErrorException (DWORD errorCode, std::string_view fileName, std::string_view methodName, int line) | |
| ~GetLastErrorException ()=default | |
Public Member Functions inherited from gui_framework::exceptions::BaseGUIFrameworkException | |
| BaseGUIFrameworkException (const std::string &exceptionMessage, std::string_view fileName, std::string_view methodName, int line) | |
| virtual | ~BaseGUIFrameworkException ()=default |
Exception that receive error code from GetLastError function.
Definition at line 10 of file GetLastErrorException.h.
| gui_framework::exceptions::GetLastErrorException::GetLastErrorException | ( | DWORD | errorCode, |
| std::string_view | fileName, | ||
| std::string_view | methodName, | ||
| int | line ) |
Definition at line 9 of file GetLastErrorException.cpp.
|
default |