.NET Exception Handling in C/AL

When there is a need to use .NET classes within C/AL, one of the main challenges is to handle the exceptions the methods of these .NET classes may throw. Eventually, if not handled, they will basically bubble up as runtime errors, halting the current operation a…

NAV Error Handling

This download allows for a very simple error handling in Dynamics NAV. Very easy to install and use. Have you ever used the NAV Timer? It works the same way, it creates events that you can call from your code (instead of being called by the…