OTX-Runtime for C++
|
|
Thrown when the connection state produces an Exception. More...
#include <Exception.h>
Public Member Functions | |
ConnectionStateException () | |
Initializes a new instance of the ConnectionStateException class. More... | |
ConnectionStateException (const std::string &messagge) | |
Initializes a new instance of the ConnectionStateException class. More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception | |
Exception () | |
Initializes a new instance of Exception class. More... | |
Exception (const std::string &message) | |
Initializes a new instance of Exception class. More... | |
virtual | ~Exception () |
Cleans up all resources. More... | |
Thrown when the connection state produces an Exception.
OpenTestSystem::Otx::Runtime::Api::Exceptions::ConnectionStateException::ConnectionStateException | ( | ) |
Initializes a new instance of the ConnectionStateException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::ConnectionStateException::ConnectionStateException | ( | const std::string & | messagge | ) |
Initializes a new instance of the ConnectionStateException class.
message | The error message that explains the reason for the Exception. |