QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 26 forks source link

Add ClrBubbledException to handle exceptions bubbled from .Net to Python #76

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

Add ClrBubbledException to handle exceptions bubbled from .Net to Python and back to .Net. This allows the .Net consumer to have information about the Python traceback when an exception is thrown in .Net side, bubbled to Python and then back to .Net.