Move more COM exceptions to shared partition (dotnet/corert#6829)
authorMarek Safar <marek.safar@gmail.com>
Tue, 15 Jan 2019 23:32:58 +0000 (00:32 +0100)
committerJan Kotas <jkotas@microsoft.com>
Wed, 16 Jan 2019 02:12:29 +0000 (18:12 -0800)
commita8ff2a7420864f6fe363cf106813c6368542821a
tree5ef81fbd7c0d29bd1ed848509c85f6143d6f03ed
parenta4a45721628a0a5721c57be4e230cda37bb3b8b9
Move more COM exceptions to shared partition (dotnet/corert#6829)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/InvalidComObjectException.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SEHException.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs [new file with mode: 0644]