in

DevPinoy.org

A Filipino Developers Community
All Tags » techie » tips » exceptions (RSS)
ATTENTION:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it here!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Rethrowing exceptions, the right way

    I have read the Exception Handling Best Practices article in .NET in CodeProject and all this time I thought that rethrowing exceptions is this way: [code language="C#"] try { // Some code that throws an exception } catch (Exception ex) { // some code that handles the exception throw ex; } [/code] I...
    Posted to jokiz (Weblog) by jokiz on 02-20-2005
Page 1 of 1 (1 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems