![]() |
Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
|
Exception raised by the SDK. More...
#include <Exceptions.h>
Public Member Functions | |
SDKException () noexcept=default | |
Constructor. | |
SDKException (std::string message) noexcept | |
Constructor. | |
const char * | what () const noexcept override |
Returns the error message. | |
Exception raised by the SDK.
|
inlineexplicitnoexcept |
Constructor.
[in] | message | error message. |
|
inlineoverridenoexcept |
Returns the error message.