Search Results

0
votes

How to catch ALL exceptions/crashes in a .NET app

Be aware that catching these unhandled exceptions can change the security requirements of your application. Your application may stop running correctly under certain contexts (when run from a netwo …