Move more COM exceptions to shared partition (dotnet/corert#6829)
commitc404a499ade158a8e793c7b409eedd6fc896a4ec
authorMarek Safar <marek.safar@gmail.com>
Tue, 15 Jan 2019 23:32:58 +0000 (16 00:32 +0100)
committerMarek Safar <marek.safar@gmail.com>
Wed, 16 Jan 2019 08:46:53 +0000 (16 09:46 +0100)
treeab945d261ffb1d943d791d7198bf9074f224fa45
parent4d57a5786ac06c8f1ea5ff0bcc2d47a0a3893b91
Move more COM exceptions to shared partition (dotnet/corert#6829)

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