Exception handling

I

Igor

How do I know, if its possible, when I catch an exception, in which line
exactly it occured?
 
B

Bob Grommes

Um ... Igor, two people gave you very good answers to this exact question
after you posted it 12 days ago. Please read their answers and if it
doesn't answer your question, then re-state it more explicitly.

--Bob
 
G

Guest

Hi Igor,

1. I will do a try, catch statements

2. I will do debugging, and step into each lines of code

3. You will know which line of code will stop, and pop out the exception

4. While debugging, check the values with the watch tool :)

Hope it helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top