Structured Exception Handling

VB .NET has added a significant new technique for error handling. Along with the traditional unstructured error handling through On Error Goto statements, VB .NET adds structured exception handling, using the Try...Catch...Finallysyntax supported by other languages, such as C++. We discuss this in detail in Chapter 7.

Get VB .NET Language in a Nutshell 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.