Skip to content

exception message thrown from python side is not transferrred to .net  #82

Closed
@den-run-ai

Description

@den-run-ai

If I have exception thrown in Python, e.g.

raise LookupError('the message is not passed to CSHARP')

then on .NET side it only shows:

((Python.Runtime.PythonException)$exception).Message
"LookupError : "
string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions