Posts Tagged ‘ exceptions ’

PHP: PHP Exception Handling

November 29, 2011
By

PHP Exception Handling · PHP Error Handling · PHP Secure E-mails · PHP Sending E-mails · tutorial PHP Sessions · PHP Cookies · PHP File Upload · PHP File Handling · PHP Include File · PHP Date() Function · PHP ...

Read more »

Jasper22.NET: Error Handling – The C++ Way

April 7, 2011
By

In my experience as software developer, I noticed that there are lots of people that write in C++, but do not use exceptions. They prefer to use return codes instead. I guess that this is caused by the late addition of exceptions in the ...

Read more »

Vb.Net Error catching

April 1, 2011
By

Once the error(s) where caught I used the error display method I wrote about in this post. db3e8019-e09f-44fe-8454-0b415f055a2a|0|.0. Tags: .net 4.0, Vb. Net, error handling , catch, error catch, catch when, exceptions. Categories: ...

Read more »

More PHP Error Handling Tips | JarOfGreen's Blog

February 23, 2011
By

More PHP Error Handling Tips. I gave a talk on Dealing with Errors at the PHP Unconference 2011 in Manchester, and notes were requested. So these posts cover the content of the talk, and more besides. This one covers suppressed errors, ...

Read more »

All Technical FAQs: Exception Handling in .NET

April 25, 2010
By

NET Error Handling and Tracing · C# 3.0 Language Enhancemens · Design Pattern Snapshot · Maxlength for TextArea and MutliLine Textbox · Linked Server Creation and Access · Function Point Method · HTTP Pipeline · Exception Handling in . ...

Read more »

Python Exceptions – Raising Your Own Exceptions With raise – Part 1

June 11, 2009
By

See More About: python tutorials · python error handling · python exceptions · python warnings · python raise statement. 7 of 8. Prev Next. Raising Your Own Exceptions With raise - Part 1. The standard way by which Python "handles" ...

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 »