I am developing a .net based script engine to execute python scripts. I want
to handle exceptions and to track all errors related to script. What would
be the best way to handle exceptions and to track line and column numbers
etc.

I am using scriptEngine.formatException(someException) method to format the
exception but it throws some junk values as well with the formatted text.

what would be the best way to achieve this functionality ?

Yasir Godil
-- 
View this message in context: 
http://www.nabble.com/.Net-based-script-engine-exception-handling-tp19052524p19052524.html
Sent from the IronPython mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to