async-exception-stacktrace
async-exception-stacktrace copied to clipboard
How to get Exception.StackTrace line numbers in store apps
Results
2
async-exception-stacktrace issues
Sort by
recently updated
recently updated
newest added
Fixes: https://github.com/ljw1004/async-exception-stacktrace/issues/1
Hey, We've noticed recently that `System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()` appears in stack traces that are generated using `StackTraceEx` extension method. I included a sample stack trace below. I will submit a PR that...