Difference between Throw Exception and Throw Clause

bookmark

The basic difference is that the Throw exception overwrites the stack trace. It is hard to find the original code line number that has thrown the exception.

Throw basically retains the stack information and adds to the stack information in the exception that it is thrown.