Le 01/02/2015 01:17, Tobias Boege a écrit :
> Hi,
>
> is the Error.Text property supposed to be empty in Application_Error()? The
> attached script exhibits this behaviour. I'm not sure if it was always this
> way...
>
> Regards,
> Tobi
>

It was not always that way, but that was a bug. The Error class cannot 
be both the current error status of the function and the last uncatched 
error.

Gambas needs a real object to store the error information, but it can't 
be done without breaking the compatibility. :-(

-- 
Benoît Minisini

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to