Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)
commit2c8d5f0a392be3e4cf4f545690d8987fd2aa61bc
authorStephen Toub <stoub@microsoft.com>
Fri, 4 Oct 2019 01:59:40 +0000 (3 21:59 -0400)
committerMarek Safar <marek.safar@gmail.com>
Sat, 5 Oct 2019 12:09:54 +0000 (5 14:09 +0200)
treeebdef5d7164737f2b455a42f97696a3b5026c1a1
parentd8c115d07a426a3bfc3a6cf6d243bd1d9d0da70b
Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)

* Add ExceptionDispatchInfo.SetCurrentStackTrace

* Address PR feedback

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Diagnostics/StackTrace.cs
netcore/System.Private.CoreLib/shared/System/Exception.cs
netcore/System.Private.CoreLib/shared/System/IO/FileStreamCompletionSource.Win32.cs
netcore/System.Private.CoreLib/shared/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
netcore/System.Private.CoreLib/shared/System/Threading/Timer.cs