5#ifndef SAPPHIRE_LOGGER_EXCEPTION_REACH_BAD_API_GUARD
6#define SAPPHIRE_LOGGER_EXCEPTION_REACH_BAD_API_GUARD
48 #define __SA_CREATE_EXCEPTION_ReachBadAPI(_baseInfo, _apiName) SA::Exception_ReachBadAPI(\
50 L"Reach bad [" SA_WSTR(_apiName) L"] API call."\
54 #define __SA_CREATE_EXCEPTION_QueryBadAPIObject(_baseInfo, _apiName) SA::Exception_QueryBadAPIObject(\
56 L"Query [" SA_WSTR(_apiName) L"] API handle from non-[" SA_WSTR(_apiName) L"] object!"\
Default Exception type implementation.
Definition Exception_ReachBadAPI.hpp:39
ReachBadAPI.
Definition Exception_ReachBadAPI.hpp:24
Exception_ReachBadAPI(BaseInfo _info, std::wstring _str) noexcept
Default (base) Exception type.
Definition Exception.hpp:24
Base exception create info.
Definition Exception.hpp:28