Geeks Talk

Prepare for your Next Interview




exception handling

This is a discussion on exception handling within the C# forums, part of the Software Development category; can u tell the difference b/w systemexception & appllication exception ?...


Go Back   Geeks Talk > Software Development > C#

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-27-2007
Junior Member
 
Join Date: Jul 2007
Posts: 20
Thanks: 7
Thanked 3 Times in 3 Posts
amaravadi.krishna81 is on a distinguished road
exception handling

can u tell the difference b/w systemexception & appllication exception ?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-19-2007
Junior Member
 
Join Date: Sep 2007
Location: Manipur Imphal
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
kohinoor_luwang is on a distinguished road
Re: exception handling

SystemException are predefine system exception Whereas ApplicationException are those exception which is forwarded by user program not by the CLR.
Reply With Quote
  #3 (permalink)  
Old 03-24-2008
Junior Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
a_sahayam_811572 is on a distinguished road
Re: exception handling

System Exceptions are the exceptions that are raised by the Framework (CLR).(e.g NullReferenceException, ArithmeticException.) These are detected by the CLR and raised. Whereas Application exceptions can also be known as custom/user induced exceptions. Application specific exceptions can be raised using Application exception. (i.e. Raise an exception to terminate the process in between, if required input data is not available)
Reply With Quote
Reply

  Geeks Talk > Software Development > C#


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
If one method has application exception what happens to transaction Geek_Guest Java 3 3 Weeks Ago 07:50 AM
Where can we use exactly exception implicit object naggeek JSP 1 08-31-2007 02:26 AM
Exception Testing vijenjoy2k2 Testing Issues 3 06-04-2007 01:58 AM
help handling error with trigger smitai Oracle Certification 10 03-08-2007 10:05 AM
Folder handling in C timmy C and C++ 1 11-12-2006 03:09 PM


All times are GMT -4. The time now is 08:29 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved