Use Multiple Try-Catch Blocks:
While it might not be as efficient as a single global try-catch, you can organize your activities into smaller groups and use multiple try-catch blocks. This allows you to handle exceptions at a more granular level.
Regards