D
Darin
I have a public class that I use to read columns out of a SQL database.
In the try, catch, loop I want to display the error, and in the error I
want to display the calling routine (and helpfully the line # from the
calling routine).
Is that possible? The stacktrace gives me the system information (at
system.data.sqlclient.sqlconnection.onerror, etc). I am looking for my
routine that called it.
Darin
In the try, catch, loop I want to display the error, and in the error I
want to display the calling routine (and helpfully the line # from the
calling routine).
Is that possible? The stacktrace gives me the system information (at
system.data.sqlclient.sqlconnection.onerror, etc). I am looking for my
routine that called it.
Darin