You can try to put a breakpoint in the Class Info Method Add.
Then when you hit the breakpoint, you just have to debug out of the Add method, and most of the time you then end up where the error originated from.
Mind you not always, but its worth a try.