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