Example Code: Download
This example is to test how the Try-Catch-Final architecture work.
Specified scenario to check on:
To test will the FINALLY statement in the TRY-CATCH block is still being executed if we issued another THROW statement in the CATCH block before the code reach the FINALLY block.
The answer: YES
**Note:
This is the simple research that I have completed and shared with my Intel development team. A simple award recongnition was given by the team member:
