Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)
authorStephen Toub <stoub@microsoft.com>
Fri, 4 Oct 2019 01:59:40 +0000 (21:59 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2019 01:59:40 +0000 (21:59 -0400)
commit9bf2c148737f2feda7fce5da015d5b785c66ffc7
tree69d427e6878d11abc40ca0f1e75502944ce0b15c
parente0f9568d4d85a1bb65414e435fe5f6c65ff6d479
Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)

* Add ExceptionDispatchInfo.SetCurrentStackTrace

* Address PR feedback

Commit migrated from https://github.com/dotnet/coreclr/commit/3bdc9f625480f497adfcd2bbfae039fdfd1e73f3
src/coreclr/src/System.Private.CoreLib/Resources/Strings.resx
src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/StackTrace.cs
src/libraries/System.Private.CoreLib/src/System/Exception.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileStreamCompletionSource.Win32.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Timer.cs