Hi guys,
I would like to know how we can handle an /Unhandled exception/ ? like this :
This class, although it is an Extension, but this is came from Microsoft, it is for Subscription Billing feature when we activate this feature.
So this error is happened when I'm about to posting invoice of a sales order. And as I tried to debug this, with the developer skill limitation that I have, when I tried to go through inside the /next run()/, all seems good, no error, although I don't know if it is supposed to passed that way as it is shown or in the middle of it, actually it should be calculate or run something or call some other class, the point is I keep press the /next button/ without hit any error.
But at one point it will be back to this class and without me press next, pointer directly put in that line and in that second also pop up this error message,
May I know what happened here, and how to trace deep further what is really happened and most of all I want to resolve the problem.
Thanks