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?
 
Back
Top