G
Guest
Hi
I have Sub2 that I call from Sub1
If Sub2 evaluates to false I throw a custom exception e.
If mVal = True The
Throw New exCustomExceptio
End I
I then catch this in Sub1 in my catch like..
Catch exCustom as exCustomExceptio
........bla bl
My question is-
Should I also be catching it in Sub2 and rethrowing it
Thanks
Clive.
I have Sub2 that I call from Sub1
If Sub2 evaluates to false I throw a custom exception e.
If mVal = True The
Throw New exCustomExceptio
End I
I then catch this in Sub1 in my catch like..
Catch exCustom as exCustomExceptio
........bla bl
My question is-
Should I also be catching it in Sub2 and rethrowing it
Thanks
Clive.