Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Added ability to throw .NET exceptions as native iOS exceptions #207

Merged
merged 2 commits into from
Apr 14, 2014

Conversation

Redth
Copy link
Contributor

@Redth Redth commented Apr 14, 2014

By default exceptions reported to HockeyApp would not contain .NET stack traces. The library now contains a utility method to help re-throw .NET Exception objects as NSException's so that they include the stack trace of the .NET exception. The sample has also been updated to show how to use it.

By default exceptions reported to HockeyApp would not contain .NET stack traces.  The library now contains a utility method to help re-throw .NET Exception objects as NSException's so that they include the stack trace of the .NET exception.  The sample has also been updated to show how to use it.
dalexsoto added a commit that referenced this pull request Apr 14, 2014
[HockeyApp] Added ability to throw .NET exceptions as native iOS exceptions
@dalexsoto dalexsoto merged commit 8e19faa into mono:master Apr 14, 2014
@dalexsoto
Copy link
Member

Thanks a lot!!

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

Successfully merging this pull request may close these issues.

2 participants