Exception Handling Tasks (Visual Basic)

Visual Basic supports both structured and unstructured exception (error) handling. By placing specific exception handling code in your application, you can handle most of the errors users may encounter. Use structured and unstructured exception handling to prevent potential errors from interfering with your application.

In This Section

Reference