Expose Exception.set_HResult as Public (dotnet/coreclr#18203)
authorLuqun Lou <luqunl@users.noreply.github.com>
Thu, 31 May 2018 02:37:50 +0000 (19:37 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 31 May 2018 02:37:50 +0000 (19:37 -0700)
commitb87e61db36091a92b87415001d19962b8f274e87
treec81bb6e94b5fda1dd557f0eb45b7f361131a3097
parent856cb7b17334c3a4e52805bd1438de089760a011
Expose Exception.set_HResult as Public (dotnet/coreclr#18203)

* Expose Exception.set_HResult as Public

* Remove internal Exception.SetErrorCode

Commit migrated from https://github.com/dotnet/coreclr/commit/b1e39a871872acfcd883d510b8660ddeb8773548
src/coreclr/src/System.Private.CoreLib/src/System/Exception.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/CLRIPropertyValueImpl.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/ConstantSplittableMap.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/DictionaryToMapAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/IReadOnlyDictionaryToIMapViewAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/IReadOnlyListToIVectorViewAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/ListToBindableVectorAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/ListToBindableVectorViewAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/ListToVectorAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMarshal.cs
src/libraries/System.Private.CoreLib/src/System/Guid.Windows.cs