MCSD Visual Basic Desktop
A. Visually check error-handling code for errors B. Invoke error handling from within the error handler C. Do nothing. The error handler handles errors, so it can deal with its own errors. D. Create a loop that runs multiple times through the error handler. This will make the error handler deal with its own error.
A. Visually check error-handling code for errors
B. Invoke error handling from within the error handler
C. Do nothing. The error handler handles errors, so it can deal with its own errors.
D. Create a loop that runs multiple times through the error handler. This will make the error handler deal with its own error.