E
Enrico Bizzarri
Hi all,
in my app sometime in random position, i catch exceptions with empty
message. Then if i restart app (sometime i have to softreset the pda), the
exception disappear.
I've this issue in both pocketPc 2002 and WM2003, with a simply varString =
"ABC" or with more complicated tasks.
I use
Try
Catch ex as Exception
messagebox.show(ex.message.....................)
End Try
So the question is: why? There's some bug, i have misconfigurated? My code
need fixs?
TIA
Enrico
in my app sometime in random position, i catch exceptions with empty
message. Then if i restart app (sometime i have to softreset the pda), the
exception disappear.
I've this issue in both pocketPc 2002 and WM2003, with a simply varString =
"ABC" or with more complicated tasks.
I use
Try
Catch ex as Exception
messagebox.show(ex.message.....................)
End Try
So the question is: why? There's some bug, i have misconfigurated? My code
need fixs?
TIA
Enrico