Skip to content

Support Exceptions #35

@ArcadeMode

Description

@ArcadeMode

.NET exposes exceptions with stack info, currently the user at best can get a string describing the error. Type info is lost so the user cannot do good checks to differentiate exception types.

Considerations

Its difficult to export all possible exception types, nor will js/ts, a large portion are not defined by the user so cannot be TSExported anyway. Might wrap in generic shim to retain Typename as a property for the user to check at runtime?

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    considerationUnder consideration as future workenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions