I saw some codes here in the application I'm working with:
Try //Some code Catch ex As Exception Throw ex End Try I wonder why do they have to throw the exception that they caught? I don't get it. Well, I don't have any contacts to the developer of this app that's why I'm asking here.
Thanks in advance!