What’s difference between System.SystemException and System.ApplicationException?

 Posted by Poster on 5/22/2008 | Category: .NET Framework Interview questions | Views: 11528
Answer:

The difference between ApplicationException and SystemException is that SystemExceptions are thrown by the CLR, and ApplicationExceptions are thrown by Applications.


Source: http://weblogs.asp.net/erobillard/archive/2004/05/10/129134.aspx | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response