DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
All Tags
»
design guidelines
»
best practices
(RSS)
>>> First two to make 3 wins! <<<
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
.NET
exceptions
techie
tips
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
by
jokiz
on 02-20-2005
Filed under:
Filed under:
.NET
,
techie
,
tips
,
best practices
,
design guidelines
,
exceptions
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008