wonderfere.blogg.se

Vb6 try catch
Vb6 try catch






' will actually NOT pass execution to the ALabel: label BUT the error is paseed to the procedure that called this procedure. ' This shold never happen as this code is an error handler! ' SubProcedure1 has the example of a multiple line TRY block with a block of code executed in the event of an error Private Sub ClearRememberedErrorObjectValues() ' Using Err.Clear (or "On Error GoTo -1 ") gets around this and facilitates the whole TRY CATCH block scenario I am using there.








Vb6 try catch