Answer:
Throw does not clear the stack trace so all the classes from where the exception originated will appear in inner exception and stack trace. When we throw an exception by using throw ex, the stack trace is cleared,
and only the last exception is visible.
Asked In: Many Interviews |
Alert Moderator