L
Luke Boyle
I'd like to access the line number of the last executed line of code, so I
can have my Catch statement display it. In VB6, I used the Erl() function
to do this - is there anything comprable that can be used in .NET CF?
I'd even settle for forgoing the Try...Catch and just having the error show
the unhandled error message - if only the line number could be displayed
here. Is this even possible?
Thanks in advance,
Luke Boyle
can have my Catch statement display it. In VB6, I used the Erl() function
to do this - is there anything comprable that can be used in .NET CF?
I'd even settle for forgoing the Try...Catch and just having the error show
the unhandled error message - if only the line number could be displayed
here. Is this even possible?
Thanks in advance,
Luke Boyle