Fatal low-level mutex guard error. More...
Public Member Functions | |
GuardMutexError (const ts::UString &w) | |
Constructor. More... | |
GuardMutexError (const ts::UString &w, int code) | |
Constructor. More... | |
GuardMutexError (int code) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Get the error message as a C-string. More... | |
Fatal low-level mutex guard 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.