Throwing exceptions in ASP.NET C#

Posted by Chris Westbrook on Stack Overflow See other posts from Stack Overflow or by Chris Westbrook
Published on 2008-09-17T22:54:32Z Indexed on 2010/05/16 13:50 UTC
Read the original article Hit count: 121

Filed under:
|
|

Is there a difference between just saying throw; and throw ex; assuming ex is the exception you're catching?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about exception