Click here to Skip to main content
15,892,298 members
Articles / General Programming / Exceptions

Exception Handling Particulars in C#

Rate me:
Please Sign up or sign in to vote.
4.87/5 (19 votes)
28 Jul 2011CPOL3 min read 43.8K   19  
Describes low level differences between several Exception handling grammar including: throw and throw ex; catch and catch (Exception ex)

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) SAP Labs Shanghai
China China
Wayne is a software developer, Tech Lead and also a geek. He has more than 6 years' experience in Web development(server: ASP.NET (MVC), Web Service, IIS; Client: HTML/CSS/JavaScript/jQuery/AJAX), Windows development (Winform, Windows Service, WPF/Silverlight, Win32 API and WMI) and SQL Server. Deep understanding of GOF Design Patterns, S.O.L.i.D principle, MVC, MVVM, Domain Driven Design, SOA, REST and AOP.

Wayne's Geek Life http://WayneYe.com

Infinite passion on programming!

Comments and Discussions