Forum Post: AW: 11.4 appserver - I thought you could throw an exception from there and have it...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Throwing errors back from the Appserver works fine for me. When you run the same code without AppServer (using the session handle as the server handle) does that make a difference? If your error is lost that way too your problem is with ON ERROR UNDO, THROW and not a problem with the error object serialization. Von meinem Windows Phone gesendet Von: DarrenP Gesendet: ‎11.‎10.‎2014 18:03 An: TU.OE.General@community.progress.com Betreff: RE: [Technical Users - OE General] 11.4 appserver - I thought you could throw an exception from there and have it caught on the client RE: 11.4 appserver - I thought you could throw an exception from there and have it caught on the client Reply by DarrenP It makes no difference whatsoever how I create the apperror. The only way I can get this to work is to catch the error and its a system error then return error e:GetMessage(1) or if its an apperror return error e:returnvalue I can't believe this doesn't work. It was one of the stated features of 11.4. Guess they were too busy sorting out table partitioning... :-) Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top