RE: [flexcoders] basic exception handling

2007-02-07 Thread Peter Farland
catch. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway Sent: Wednesday, February 07, 2007 2:37 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] basic exception handling there is a fault attribute of the HTTPService tag tha

Re: [flexcoders] basic exception handling

2007-02-07 Thread Clint Tredway
there is a fault attribute of the HTTPService tag that you can set to a function. that will catch any faults from the call. On 2/7/07, dantmcgowan <[EMAIL PROTECTED]> wrote: All, When I am catching exceptions the catch seems to be ignored and the actionscript error window pops up. For example