Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions need to be wrapped in both directions #8

Open
flaub opened this issue Mar 3, 2010 · 0 comments
Open

Exceptions need to be wrapped in both directions #8

flaub opened this issue Mar 3, 2010 · 0 comments

Comments

@flaub
Copy link
Owner

flaub commented Mar 3, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant