Structured Exception Handling

One of the greatest enhancements introduced with ASP.NET is structured exception handling. With structured exception handling, you can be more selective with error trapping. Rather than put a blanket On Error Resume Next statement in your code and constantly check for errors in the Err object, you can enclose blocks of ...

Get Debugging ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.