ro
- exception
DemoThis demo is an example of using C++ exceptions in dynamic modules.
None.
None.
This demo does not display anything on the screen. The only output is debugger output.
This demo loads a dynamic module and then runs the following four different C++ exception patterns.
App::nnMain Module::Test() -- catch Module::Test2() -- throw
App::nnMain -- catch Module::Test() -- throw
App::nnMain -- catch App::Test3() -- throw
App::nnMain -- catch Module::Test4() App::Test3() -- throw
CONFIDENTIAL