Skip to content

Exceptions need to be wrapped in both directions #8

@flaub

Description

@flaub

Error types in javascript need to be wrapped in a way that their interface is .NET-like. This is needed to support catching native javascript errors with .NET catch clauses. These wrapped types should be derived from System.Exception so that a catch(Exception) will properly catch all exceptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions