E
Elmo Watson
I've got one main method, with a Try Catch block. In that, I catch the error
and put it on a label.
However, inside the Try portion, I also run another method. I have a
Try/Catch block there, also, except I just have 'Throw' in the Catch
portion.
How can I send something from this 'internal' method, to the 'outer' method,
so I can see where the actual failure is coming from?
and put it on a label.
However, inside the Try portion, I also run another method. I have a
Try/Catch block there, also, except I just have 'Throw' in the Catch
portion.
How can I send something from this 'internal' method, to the 'outer' method,
so I can see where the actual failure is coming from?