This is the complete list of members for Exception, including all inherited members.
Exception()=default | Exception | |
Exception(const char *restrict lpszDescriptionFormat, DescriptionFormatParams ... formatting_params) noexcept | Exception | explicit |
Exception(const wchar_t *restrict lpszDescriptionFormat, DescriptionFormatParams ... formatting_params) noexcept | Exception | explicit |
Exception(vararg_tag_t, const char *restrict lpszDescriptionFormat, std::va_list ap) noexcept | Exception | |
Exception(vararg_tag_t, const wchar_t *restrict lpszDescriptionFormat, std::va_list ap) noexcept | Exception | |
Exception(const std::basic_string< char, traits_t, alloc_t > &strDescription) noexcept | Exception | |
Exception(const std::basic_string< wchar_t, traits_t, alloc_t > &strDescription) noexcept | Exception | |
Exception(const Exception &refRight)=default | Exception | |
Exception(Exception &&ex)=default | Exception | |
Exception(StdExcept &&ex) noexcept | Exception | |
operator=(const Exception &)=default | Exception | |
operator=(Exception &&)=default | Exception | |
SetWhat(wchar_t *lpszOwnedWhat) noexcept | Exception | protected |
SetWhat(char *lpszOwnedWhat) noexcept | Exception | protected |
vararg_tag enum value | Exception | |
vararg_tag_t enum name | Exception | |
what() const noexcept | Exception | virtual |
What() const noexcept | Exception | virtual |
~Exception() noexcept | Exception | virtual |