How-to articles, tricks, and solutions about TRY-EXCEPT
How to properly ignore exceptions
It's generally not recommended to ignore exceptions, as they often indicate a problem in the code that should be addressed.