I have some Classes and Functions in a Activex dll. And some Classes call methods of other Classes.
How and where should I do the Error Handling ?
Is there any other way as

on error goto



?