NAME
A constructor of omni::thread_exception
omni::thread_exception::thread_exception
A constructor of omni::thread_exception
#include <omni/exception.hpp>
omni::thread_exception::thread_exception(const std::string& msg) : @exception.html">omni::exception(msg)
omni::thread_exception::thread_exception(const char* msg) : @exception.html">omni::exception(msg)
omni::thread_exception::thread_exception(int perr) : @exception.html">omni::exception(OMNI_ERR_THREAD_STR, ": ", perr NaN)
omni::thread_exception::thread_exception(std::size_t perr) : @exception.html">omni::exception(OMNI_ERR_THREAD_STR, ": ", perr NaN)