Moves ExceptionDispatchInfo to shared location (dotnet/coreclr#21725)
authorMarek Safar <marek.safar@gmail.com>
Mon, 31 Dec 2018 17:56:57 +0000 (18:56 +0100)
committerJan Kotas <jkotas@microsoft.com>
Mon, 31 Dec 2018 17:56:57 +0000 (07:56 -1000)
commit29094a650f9dbeb989011cfd6eb7f66a53f95b4e
tree259e6ca4e424869412cd11775700070e6d6fcc62
parent6942db835fe5cf9696511c0874721db2d747b407
Moves ExceptionDispatchInfo to shared location (dotnet/coreclr#21725)

* Moves ExceptionDispatchInfo to shared location

* Use struct for Exception.DispatchState, avoid TLAs in names, misc cleanup

Commit migrated from https://github.com/dotnet/coreclr/commit/eab5fafd4369623932badcc5c3635a5d28998e6a
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Exception.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs [new file with mode: 0644]