GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Exception for all list classes exceptions. More...
#include <SelectListException.h>
Public Member Functions | |
SelectListException (const std::string &method, LRESULT errorCode, std::string_view fileName, std::string_view methodName, int line, std::string_view additionalDescription="") | |
~SelectListException ()=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 for all list classes exceptions.
Definition at line 10 of file SelectListException.h.
gui_framework::exceptions::SelectListException::SelectListException | ( | const std::string & | method, |
LRESULT | errorCode, | ||
std::string_view | fileName, | ||
std::string_view | methodName, | ||
int | line, | ||
std::string_view | additionalDescription = "" ) |
Definition at line 9 of file SelectListException.cpp.
|
default |