M
Matías
When I have an exception I use
try {
} catch(Exception e) {
print e.Message (for example)
}
Now, I want to catch the error message and the line number of the error. How
can I do that, I have to put numbers to lines???. Thanks for Your help.
try {
} catch(Exception e) {
print e.Message (for example)
}
Now, I want to catch the error message and the line number of the error. How
can I do that, I have to put numbers to lines???. Thanks for Your help.