Exceptions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I get the name of the class that throwed an exception and the number of the line in my code in which the exception was thrown

Thanks
 
If it happens while running in the debugger, the debugger will show you
where it failed, yes.

Paul T.

Aris said:
Can I get the name of the class that throwed an exception and the number
of the line in my code in which the exception was thrown?
 

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

Back
Top