R
Richard Martino
I have a web service running and occasionally my web method
Application_Error() is getting called.
How do I find out what the error really is?
I am not passed in any System.Exception object like in try/catch.
There has to be a way to identify the error when an error routine is
called.
Thanks.
Application_Error() is getting called.
How do I find out what the error really is?
I am not passed in any System.Exception object like in try/catch.
There has to be a way to identify the error when an error routine is
called.
Thanks.