M
marcmc
Hi,
I am trying to install a errorhandler that will collect
and format to the screen any exceptions (managed and
unmanaged) that may occur in my mobile application. I
want things such as stack(if possible), user_id,
device_id(which i already know how to get), form that was
active when exception occurred etc. At the moment I just
want to catch the exception thrown and put it in a text
box on another panel.
Does anybody have any design guidelines, examples or
information on this kind of installation?
I am trying to install a errorhandler that will collect
and format to the screen any exceptions (managed and
unmanaged) that may occur in my mobile application. I
want things such as stack(if possible), user_id,
device_id(which i already know how to get), form that was
active when exception occurred etc. At the moment I just
want to catch the exception thrown and put it in a text
box on another panel.
Does anybody have any design guidelines, examples or
information on this kind of installation?