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.
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.
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.