The Execute methods have ExecuteAndWrap versions which catch the exception
locally and return it as an ObjectHandle. You can then pass that object handle
back into either ObjectOperations or ExceptionOperations to do the formatting
or conversion into a string in the remote domain.
If you need
Hey guys,
I know this is not IronPython specific, but it is causing pain to embbed
IronPython in our product. If someone can help, thanks so much!
I can repro the problem throwing a TypeErrorException from the restricted
appdomain like this:
// starts with standard Internet Zone sandbox
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] 2.7.2.1 "load language" problem
2. [New issue] incorrect generator variable scope
3. [New comment] incorrect generator variable scope
---