Results 1 to 3 of 3

Thread: exception handling

  1. #1

    exception handling

    can u tell the difference b/w systemexception & appllication exception ?


  2. #2

    Re: exception handling

    SystemException are predefine system exception Whereas ApplicationException are those exception which is forwarded by user program not by the CLR.


  3. #3

    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)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact