|
RTI Connext Modern C++ API Version 7.6.0
|
Thrown when an unknown exception occurs in the Service. More...
#include <Exception.hpp>
Public Member Functions | |
| virtual const char * | what () const noexcept |
| Access the message contained in this RemoteUnknownExceptionError exception. More... | |
| virtual const char * | what () const =0 throw () |
| Get a description of the error. More... | |
Thrown when an unknown exception occurs in the Service.
Inherits also from std::logic_error
|
inlinevirtualnoexcept |
Access the message contained in this RemoteUnknownExceptionError exception.
Implements dds::core::Exception.