Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Use ExceptionDispatchInfo.Capture().Throw() for .NET 4.6 #278

Closed
wants to merge 2 commits into from

Conversation

tylorr
Copy link

@tylorr tylorr commented Jan 18, 2018

This will preserve the callstack of the original exception in addition
to the callstack of where the exception is rethrown. This will help
track down where exceptions come from.

Related: #247

This will preserve the callstack of the original exception in addition
to the callstack of where the exception is rethrown. This will help
track down where exceptions come from while in observable space.
@altschuler
Copy link

@neuecc Any chance this could be merged?

@tylorr
Copy link
Author

tylorr commented Mar 25, 2018

Any updates on this?

@neuecc
Copy link
Owner

neuecc commented Jul 16, 2018

used #251

@neuecc neuecc closed this Jul 16, 2018
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.

3 participants