Add the serialization ctor for CryptographicException to model.xml (dotnet/coreclr...
authorAlex Ghiondea <AlexGhiondea@users.noreply.github.com>
Fri, 4 Nov 2016 04:28:01 +0000 (21:28 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 4 Nov 2016 04:28:01 +0000 (21:28 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/65bf62ccd489f10b7e8f13a91623f770097e9a74

src/coreclr/src/mscorlib/model.xml

index f49a142..ee4d3b9 100644 (file)
       <Member Name="#ctor(System.String)"/>
       <Member Name="#ctor(System.String,System.Exception)"/>
       <Member Name="#ctor(System.String,System.String)"/>
+      <Member Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
     </Type>
  
     <Type Status="ImplRoot" Name="System.Security.Permissions.PermissionState" />