error handling

  1. W

    Wish Error handling (resume next)

    The one (and only) way of error handling is now 'Try Catch'. While an error occured, Try jumps to Catch out of the code flow : the code flow ends on the line with the error. I have so many code to written with database reads and string handles etc etc. At now I must check everything (consist...
Top