chsvlib
chsv helper source code
Exception Member List

This is the complete list of members for Exception, including all inherited members.

Exception()=defaultException
Exception(const char *restrict lpszDescriptionFormat, DescriptionFormatParams ... formatting_params) noexceptExceptionexplicit
Exception(const wchar_t *restrict lpszDescriptionFormat, DescriptionFormatParams ... formatting_params) noexceptExceptionexplicit
Exception(vararg_tag_t, const char *restrict lpszDescriptionFormat, std::va_list ap) noexceptException
Exception(vararg_tag_t, const wchar_t *restrict lpszDescriptionFormat, std::va_list ap) noexceptException
Exception(const std::basic_string< char, traits_t, alloc_t > &strDescription) noexceptException
Exception(const std::basic_string< wchar_t, traits_t, alloc_t > &strDescription) noexceptException
Exception(const Exception &refRight)=defaultException
Exception(Exception &&ex)=defaultException
Exception(StdExcept &&ex) noexceptException
operator=(const Exception &)=defaultException
operator=(Exception &&)=defaultException
SetWhat(wchar_t *lpszOwnedWhat) noexceptExceptionprotected
SetWhat(char *lpszOwnedWhat) noexceptExceptionprotected
vararg_tag enum valueException
vararg_tag_t enum nameException
what() const noexceptExceptionvirtual
What() const noexceptExceptionvirtual
~Exception() noexceptExceptionvirtual