Results 1 to 5 of 5

Thread: exception & error handling

  1. #1

    exception & error handling

    what is the diff b/w error handling&exception handling??


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: exception & error handling

    there is no difference, both refer to the same thing in c#.


  3. #3
    Junior Member
    Join Date
    Dec 2007
    Answers
    4

    Re: exception & error handling

    to my knowledge both are different.....

    error handling means the debugging of the pgm....

    exception handling means handling the exceptions which are prone to ooccur at run time...


  4. #4
    Junior Member
    Join Date
    Feb 2008
    Answers
    1

    Re: exception & error handling

    well, i think error handling & exception handling question has nothing to do with debugging in this context. Sometimes it's too expensive to throw an exception, especially if it happened on the client side and user made a mistake or typo. Instead you can provide mechanisms (messages,warnings etc.) and clear user' input and let them correct it without throwing an exception But it definitely applies to error handling


  5. #5
    Junior Member
    Join Date
    Mar 2008
    Answers
    2

    Re: exception & error handling

    To my knowledge, we ourself can raise an exception like application exception to control users and error handling is a way of handling the exceptions at runtime


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