![]() |
DCS_SDK
2.0.0
TCP/IP control library for Ai DCS-100E and DCS-103E
|
An exception representing an error message from the device. More...
#include <DCS100.h>
Public Member Functions | |
virtual const char * | what () const noexcept |
Gets the exception message. More... | |
DeviceError (const std::string msg) | |
Constructor. More... | |
virtual | ~DeviceError () noexcept |
Destructor. More... | |
An exception representing an error message from the device.
AdvancedIllumination::DeviceError::DeviceError | ( | const std::string | msg | ) |
Constructor.
Creates an instance of the exception with the given message.
msg | The message. |
|
virtualnoexcept |
Destructor.
|
virtualnoexcept |
Gets the exception message.