GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::exceptions::GetLastErrorException Class Reference

Exception that receive error code from GetLastError function. More...

#include <GetLastErrorException.h>

Inheritance diagram for gui_framework::exceptions::GetLastErrorException:
gui_framework::exceptions::BaseGUIFrameworkException

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
 

Detailed Description

Exception that receive error code from GetLastError function.

Definition at line 10 of file GetLastErrorException.h.

Constructor & Destructor Documentation

◆ GetLastErrorException()

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.

◆ ~GetLastErrorException()

gui_framework::exceptions::GetLastErrorException::~GetLastErrorException ( )
default

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