Prepare for your Next Interview
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 ?...
|
|||
|
Re: exception handling
SystemException are predefine system exception Whereas ApplicationException are those exception which is forwarded by user program not by the CLR.
|
|
|||
|
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)
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |