Fatal low-level threading error. More...
Public Member Functions | |
ThreadError (const ts::UString &w) | |
Constructor. More... | |
ThreadError (const ts::UString &w, int code) | |
Constructor. More... | |
ThreadError (int code) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Get the error message as a C-string. More... | |
Fatal low-level threading error.
|
inlineexplicit |
Constructor.
[in] | w | Error message for the exception. |
|
inlineexplicit |
Constructor.
[in] | w | Error message for the exception. |
[in] | code | System error code. |
|
inlineexplicit |
Constructor.
[in] | code | System error code. |
|
overridevirtualnoexceptinherited |
Get the error message as a C-string.