Ask a Question related to ASP.NET General, Design and Development.
-
Alex #1
Exception handling problem
I override
protected void Application_Error(Object sender, EventArgs e)
I have code that will read the last Exception message and redirect to a
custom Error page. But the application stays in the last page showing the
stack trace. I throw the exception from a non-static method, up back to a
static method. Could this be a problem?
Alex Guest
-
Global Exception Handling
Exceptions thrown by an XML Web service method created using ASP.NET are sent back to the client in the form of a SOAP fault. A SOAP fault is a... -
Handling error with exception
Do perl have handling error (exception) mechanism? for example: java use : try{...} catch{...} Thanks -
PHP, MySQL and exception handling
I want to find out how I can ensure that if MySql has a burp and can't write to my DB, I will have a way of capturing the error and show my users... -
SoapExtension for Global Exception handling; but prevent exception from propagating!!
Hi, I wrote a SoapExtension for Global Exception handling in Webservice and it works!!!! Now i want to catch the exception that happen in the... -
Exception Handling.
Hi, Considering the scenario for handling exceptions in Web Application where we have Presentation layer, Business layer and Data Access layer; if...



Reply With Quote

