i'm familiar with "errormessage" in the httpjob module, but i'm trying now to capture the "lastexception.message" that i see referred to here in the forums. it just seems to appear, as if by magic, as a toast message when an exception occurs. i've tried to reference it in a msgbox within the "catch" part of "try ... catch", but the msgbox never appears. only the system-generated toast message. is catch not supposed to catch the message?
specifically, i set a timeout for an http getrequest. that part works fine: a toast message appears and signals the timeout ("java net socket timeout exception"). how do i get to see that message before it appears as a toast message?
examples i've seen here just use lastexception without out previous declaration (that i've noticed). is it supposed to be dim'd? i tried that, and it threw its own build error.
-go
specifically, i set a timeout for an http getrequest. that part works fine: a toast message appears and signals the timeout ("java net socket timeout exception"). how do i get to see that message before it appears as a toast message?
examples i've seen here just use lastexception without out previous declaration (that i've noticed). is it supposed to be dim'd? i tried that, and it threw its own build error.
-go