News

Microsoft’s November release of .NET 8 brought all kinds of great new features. One of the nice improvements introduced in ASP.NET Core 8 is IExceptionHandler, an interface that makes it easier ...
How to handle errors with a generic error-handling routine in Microsoft VBA procedures Your email has been sent Microsoft Visual Basic for Applications is the underlying development language for ...
There really isn't such a thing as an "unhandled error" -- if your code throws an error outside of a Try...Catch block, then your error bubbles up through various ASP ...