You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to prevent or catch the crash of c++ exception throw while using pure c?
Such as no topic exception when calling SendMessageSync from sample "Producer.c".
Thank u very much.
The text was updated successfully, but these errors were encountered:
jinoschina
changed the title
prevent or catch the crash of c++ exception throwing
[HELP]Prevent or catch the crash of c++ exception throwing
Dec 5, 2018
Got it, the exception thrown by CPP kernel will be raised to the system if it is not handled in C API.
Currently, it is better to ensure the parameter correct as much as possible, In the next version, the exception thrown by the CPP kernel will be caught by default and returned to the caller of the C API in the form of an error code.
Is there any way to prevent or catch the crash of c++ exception throw while using pure c?
Such as no topic exception when calling SendMessageSync from sample "Producer.c".
Thank u very much.
The text was updated successfully, but these errors were encountered: