Posts Tagged ‘ currentjournal ’

jasper22: ASP.NET Error Handling: Creating an extension method to …

January 9, 2011
By

ASP. NET Error Handling : Creating an extension method to send error email. Error handling in asp.net required to handle any kind of error occurred. We all are using that in one or another scenario. But some errors are there which will ...

Read more »

aegisknight: Reporting Crashes in IMVU, Part II: C++ Exceptions

February 23, 2009
By

If the C++ functions called from updateAnimations() or redrawWindows() raise a C++ exception, it will be caught by the Python error-handling code and reported to us the same way Python exceptions are. ...

Read more »