E
Emil Berg
Hello,
After reading some articles about exceptions, I still have an
unanswered question.
If I throw an exception as an object on the heap with this way:
throw new FileNotFoundException();
Then, is it possible to catch the exception as a reference and delete
the allocated exception object somehow from the throwing site?
Thanks,
Emil.
After reading some articles about exceptions, I still have an
unanswered question.
If I throw an exception as an object on the heap with this way:
throw new FileNotFoundException();
Then, is it possible to catch the exception as a reference and delete
the allocated exception object somehow from the throwing site?
Thanks,
Emil.