|
-
Mar 23rd, 2004, 12:03 AM
#1
Thread Starter
Member
get the code line number upon run time error???
hi,
just out of curiosity, is it possible to get the code line number when a run time error occurs?
-
Mar 23rd, 2004, 12:07 AM
#2
It's in the stacktrace. You can get the stacktrace from the exception object that gets thrown. There was a post a while back about how to break up the different parts of the stacktrace (i.e getting just the line number) if you want to search for it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|