OnixS Eurex EDCI Handler C++ library 1.0.0
Users' manual and API documentation
Loading...
Searching...
No Matches
ArgumentRangeException Member List

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

ArgumentException(const std::string &source, const std::string &message)ArgumentException
ArgumentException(const std::string &source, const std::string &argument_name, const std::string &value, const std::string &comment="")ArgumentException
ArgumentException(const std::string &source, const std::string &argument_name, int value, const std::string &comment="")ArgumentException
ArgumentException(const std::string &source, const std::string &argument_name, unsigned int value, const std::string &comment="")ArgumentException
ArgumentException(const std::string &source, const std::string &argument_name, double value, const std::string &comment="")ArgumentException
ArgumentRangeException(const std::string &source, const std::string &message)ArgumentRangeException
ArgumentRangeException(const std::string &source, const std::string &argument_name, int value, int min_value, int max_value)ArgumentRangeException
ArgumentRangeException(const std::string &source, const std::string &argument_name, unsigned int value, unsigned int min_value, unsigned int max_value)ArgumentRangeException
ArgumentRangeException(const std::string &source, const std::string &argument_name, int value, unsigned int max_value)ArgumentRangeException
ArgumentRangeException(const std::string &source, const std::string &argument_name, unsigned int value, unsigned int max_value)ArgumentRangeException
ArgumentRangeException(const std::string &source, const std::string &argument_name, double value, double min_value, double max_value)ArgumentRangeException
Exception(const std::string &method_name, const std::string &message)Exception
Exception(const Exception &)Exception
operator=(const Exception &)Exception
touch(const std::string &method_name)Exception
what() const noexcept overrideException
~Exception() noexcept overrideException