Hi,
I am trying to implement a reasonably re-usable error trapping mechanism in VB6. My question concerns whether I should have a error ( my_error ) class and instantiate a new my_error object, and implement specific methods associate with the object, or simpy have a module tied to the project.

I can see the benfits of the class implementation, modularity and so on, but is there an extensive overhead creating new my_error ?

Thanks in advance.

Lenin