Expose AmbiguousImplementationException and add tests (dotnet/corefx#35632)
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Thu, 7 Mar 2019 21:40:50 +0000 (13:40 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2019 21:40:50 +0000 (13:40 -0800)
commit226a8904e47ad165dcbd6b6438e955158efd44af
treed9dd313e1e297070c4698637523d201d1fb40ca9
parent413ae2840cc0e5f37c84c105ef56f5e8598a6551
Expose AmbiguousImplementationException and add tests (dotnet/corefx#35632)

* Expose AmbiguousImplementationException and add tests

Fixes: dotnet/corefx#34124

Commit migrated from https://github.com/dotnet/corefx/commit/34337c3a73675aa06f09d81b15bc926889b44922
src/libraries/System.Runtime.Serialization.Formatters/tests/BinaryFormatterTestData.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
src/libraries/System.Runtime/tests/System/AmbiguousImplementationExceptionTests.cs [new file with mode: 0644]