-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
considerationUnder consideration as future workUnder consideration as future workenhancementNew feature or requestNew feature or request
Description
.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
Labels
considerationUnder consideration as future workUnder consideration as future workenhancementNew feature or requestNew feature or request