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: 325

Filed under:
|
|

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

Related posts about baseclass

Related posts about c#