RTI Connext .NET API (legacy)  Version 6.1.1

Superclass of all exceptions thrown by the RTI Connext API. More...

#include <managed_exceptions.h>

Inheritance diagram for DDS::Exception:
DDS::Retcode_AlreadyDeleted DDS::Retcode_BadParameter DDS::Retcode_Error DDS::Retcode_IllegalOperation DDS::Retcode_ImmutablePolicy DDS::Retcode_InconsistentPolicy DDS::Retcode_NoData DDS::Retcode_NotAllowedBySecurity DDS::Retcode_NotEnabled DDS::Retcode_OutOfResources DDS::Retcode_PreconditionNotMet DDS::Retcode_Timeout DDS::Retcode_Unsupported

Detailed Description

Superclass of all exceptions thrown by the RTI Connext API.

Applications are not expected to throw or extend this type, but to handle exceptions of its more-specific subclasses.

Examples:
HelloWorld_publisher.cpp, and HelloWorld_subscriber.cpp.