While trying to throw MissingManifestResourceException in NetCoreForCoreCLR we try...
authorPallavi Taneja <pallavit@microsoft.com>
Wed, 13 May 2015 17:20:39 +0000 (10:20 -0700)
committerPallavi Taneja <pallavit@microsoft.com>
Wed, 13 May 2015 17:20:39 +0000 (10:20 -0700)
commite0d7722766144bb670e874c43f6d126f18541a9a
tree4e68c686a52d2210b156b32104deed12b65ec642
parentba1eb702cfb4ad8a16cce685ab01de360ac0c9a9
While trying to throw MissingManifestResourceException in NetCoreForCoreCLR we try to load MissingManifestResource_ResWFileNotLoaded, which is not present in the CoreCLR version of the mscorlib, resulting in throwing ArgumentNullException instead. This change simply adds the two resources to the CoreCLR version of the assembly.

[tfs-changeset: 1469999]
src/mscorlib/src/mscorlib.txt