Exception catching from base of the class
Posted
by Coppermill
on Stack Overflow
See other posts from Stack Overflow
or by Coppermill
Published on 2010-04-09T09:59:28Z
Indexed on
2010/04/09
10:03 UTC
Read the original article
Hit count: 343
I have a base class, and I would like to catch all exceptions of the calling class within the base class, is this possible?
© Stack Overflow or respective owner