Message 1 of 1
Using std::exception?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know from the C++ Specific Issues section of the API that it specifically says that Fusion itself cannot handle catching exceptions raised by user code. But, I'm curious, since many of the Python API examples that have ubiquitous try-except blocks, could user functions throw errors and then have the entry points or event handlers catch the exceptions and display as message boxes?