2009/8/21 Dino Viehland <[email protected]>:
> Is there a reason you can't just call FormatException for both cases?

OK. I rewrote to the following:

| catch(Exception ex)
| {
|     var pythonContext =
HostingHelpers.GetLanguageContext(pythonEngine) as PythonContext;
|     Igs.Trace.Error(pythonContext.FormatException(ex));
| }

But I havn't get stack traces upper the generator yet :(
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to