CATEGORIES
What is the difference between Application exceptions and System exceptions ?
Published by: Rinku (3/4/2009 12:12:55 AM)
MAR 4 2009
Exceptions can be generated programmatically or can be generated by system.In ASP.NET all exceptions derives from Exception which is Base class. Where are Application exceptions used and where are System exceptions used? What is the difference between both of them? How and from where can we derive Custom Application Exceptions from?
Most Popular Articles
- what is asp .net+?
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
Difference between Shadowing and overriding >>
<< Abstract Class and Interface
COMMENT