wrote:
wrote:
Hi Tung,
If it goes to the OnException when debugging, it should go to the OnException when not debugging. I don't know of situations where Exception handling works while debugging but not while running without the debugger.
The Action being Public has nothing to do with Exception handling, it only determines wheter it's referenceable from another Module.
As my described above i'm determined it not goes to the OnException because in body of OnException have logic write log but i not found log define after run follow => it not goes to OnException
I have a question how to exception detected by response of API in outsytem (by status code) ?