Exception-Handling WebBroker-Applications WebModuleAction

delphi package - automated exception handling
Post Reply
Frank
Posts: 19
Joined: Mon Jun 23, 2014 9:38 am

Exception-Handling WebBroker-Applications WebModuleAction

Post by Frank »

Hi,

I have build an standard WebBroker-Application (VCL-Application).
Exceptions inside the WebModule-HandlerAction didn´t catch by MadExcept.
The Exceptionmessage send as response to the client.

I think this behavior make the App stable but difficul to debug.

Must I configure anything?

Best Regards

Frank
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: Exception-Handling WebBroker-Applications WebModuleActio

Post by madshi »

Sorry for the late reply!

I'm not really a big expert on internet programming. So are you saying madExcept doesn't get active at all for such exceptions? What happens if you add a try..except block to your code and call madExcept.HandleException() in it?
Post Reply