B
Bill Sturdevant
1. Is there any way to create a centralized error handler
that will intercept all errors, or is it necessary to have
error handling logic in every routine?
2. If I have a routine "A" with error handling and
routine "A" calls sub routines "A1", "A2", "A3" and "A4",
will the error handler in routine "A" catch all the errors
in itself plus all the errors in "A1", "A2", "A3" & "A4"?
that will intercept all errors, or is it necessary to have
error handling logic in every routine?
2. If I have a routine "A" with error handling and
routine "A" calls sub routines "A1", "A2", "A3" and "A4",
will the error handler in routine "A" catch all the errors
in itself plus all the errors in "A1", "A2", "A3" & "A4"?