Fix serialization of several exception types
authorStephen Toub <stoub@microsoft.com>
Thu, 18 Aug 2016 18:05:35 +0000 (14:05 -0400)
committerStephen Toub <stoub@microsoft.com>
Thu, 18 Aug 2016 18:05:35 +0000 (14:05 -0400)
commitc539075014bce7344d5d4cba24afa86ca660051e
treeb188bd0f251de40795312582d9783d697d65a7c8
parent68711e079c73b780c2bacd972ec01d3d5f0ef53d
Fix serialization of several exception types

VerificationException's deserialization ctor was being tree-shaken away.

SecurityException's deserialization ctor was ifdef'd out.

Commit migrated from https://github.com/dotnet/coreclr/commit/f4fdd63a3bb4c4769fc42a68b6de7cfa525f4787
src/coreclr/src/mscorlib/model.xml
src/coreclr/src/mscorlib/ref/mscorlib.cs
src/coreclr/src/mscorlib/src/System/Security/SecurityException.cs