Add missing deserialization ctor to ChannelClosedException (dotnet/corefx#35952)
authorStephen Toub <stoub@microsoft.com>
Mon, 11 Mar 2019 17:32:14 +0000 (13:32 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2019 17:32:14 +0000 (13:32 -0400)
commit3d393d3d2f190881986decc870cd96058c4ac9f3
tree458d81ef7b4ed3b75656c2937e9b1a022effd5dd
parent006dad36cf12065b94933c98e1eb5f383b70f6f5
Add missing deserialization ctor to ChannelClosedException (dotnet/corefx#35952)

Commit migrated from https://github.com/dotnet/corefx/commit/9187219ad62356da3d5b820c6b63deba0549f79f
src/libraries/System.Threading.Channels/ref/System.Threading.Channels.netcoreapp.cs
src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj
src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs
src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs [new file with mode: 0644]
src/libraries/System.Threading.Channels/tests/ChannelClosedExceptionTests.cs
src/libraries/System.Threading.Channels/tests/ChannelClosedExceptionTests.netcoreapp.cs [new file with mode: 0644]
src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj