Hi,
What actually the different between Microsoft.Dynamics.Ax.Xpp.ErrorException and System.Exception ?
And if I run a Runnable class, which error will be catch ? and what is the reason ?
The main issue is in that Runnable class, and inside a Try..Catch... I'm deleting some record which at some case it is not allowed, for example / Delete purchtable/ while the PO already confirmed. I want to catch the message of the error, in standard or manual delete from the UI, I think it will says /If the previous document exist, cannot delete the record/ or something like that. What do I need to do to catch or get the error message ?
Thanks