Hello,
In my application I am using RTI DDS Publisher and Subscriber. This application built in C# and IDL supported files generated in C++. We handled exception in C# application but when DDS Exception occurs it pops up Console first and then it went to Try Catch Exception.
I am tring to send invalid Object to writer but it should throw the exception instead of showing on console.
Please let me know how to avoid Console pop up for any error (DDS Exception).
Waiting for Your reply.