Hello,
Writing a DLL add-in......
Process(Object ...) {
blah..
}
In that Process method, if one of my dynamic bound object is null and being accessed, then it throws RuntimeBinderException: Cannot perform runtime binding on a null reference., obviously.
When I looked into the StackTrace info after catching that exception, unfortunately, it didn't say any line number where the exception was thrown.
I kinda could guess why it doesn't have line number info, but is there anyway somehow I can get that line number info? StackTrace/StracFrame class seems not help either...
Thanks,
*This post is locked for comments
I have the same question (0)