Structured Exception Handling in Visual Basic

Structured exception handling is a control structure that contains exceptions, isolated blocks of code, and filters to create an exception-handling mechanism. With structured exception handling, your code can differentiate between different types of errors and react accordingly.

In This Section

Reference