This is the complete list of members for LiteFX::ExceptionBase< TBase, TException >, including all inherited members.
ExceptionBase(const ExceptionBase &)=delete | LiteFX::ExceptionBase< TBase, TException > | |
ExceptionBase(ExceptionBase &&)=delete | LiteFX::ExceptionBase< TBase, TException > | |
ExceptionBase() noexcept | LiteFX::ExceptionBase< TBase, TException > | inlineexplicit |
ExceptionBase(Exception &&inner) noexcept | LiteFX::ExceptionBase< TBase, TException > | inlineexplicit |
ExceptionBase(std::string_view message) noexcept | LiteFX::ExceptionBase< TBase, TException > | inlineexplicit |
ExceptionBase(Exception &&inner, std::string_view message) noexcept | LiteFX::ExceptionBase< TBase, TException > | inlineexplicit |
ExceptionBase(std::string_view format, TArgs &&... args) noexcept | LiteFX::ExceptionBase< TBase, TException > | inlineexplicit |
ExceptionBase(Exception &&inner, std::string_view format, TArgs &&... args) noexcept | LiteFX::ExceptionBase< TBase, TException > | inlineexplicit |
innerException() const noexcept | LiteFX::ExceptionBase< TBase, TException > | inlinevirtual |
~ExceptionBase() noexcept=default | LiteFX::ExceptionBase< TBase, TException > | virtual |