Re: Try...Catch... Resume??



one way to do so is put many try...catch structures in your method, and
putting your stuff into blocks... when having a line that could cause an
error that can be ignored, place this line (and only this one) in the try
part of the try...catch, then continue...

Maybe there is another solution, but this one works...

ThunderMusic

"Rob R. Ainscough" <robains@xxxxxxxxxxx> wrote in message
news:eb5dQmtxGHA.4112@xxxxxxxxxxxxxxxxxxxxxxx
In VB6 I can use Resume Next to execute the line of coding following the
line that cause an exception. There doesn't appear to be anything
similiar when using Try...Catch -- so how can one resume the next
statement when an error can be ignored?

Thanks, Rob.




.


Loading