DevPinoy.org
A Filipino Developers Community
All Tags » .net » exceptions (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • NHibernate exceptions

    NHibernate is currently under development and one of the things that they have not really furnished are the exception messages presented when something goes wrong. i was in a hurry yesterday afternoon when i found out that the class i was working on was the wrong one so i have to transfer the codes that...
    Posted to jokiz (Weblog) by jokiz on 06-07-2006
  • Visual Studio Tip #1 - Break into Debugger when Exception is thrown

    The Visual Studio Debugger is one of the developer’s closest friend but befriending VS takes a lot of effort especially if you are just new in using it. I myself took time before I can fully exploit the VS debugging features and I want to share them to you. You might encounter an application raising...
    Posted to jokiz (Weblog) by jokiz on 02-24-2005
  • 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 (3 items)

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