Delete moved files
authorJan Kotas <jkotas@microsoft.com>
Wed, 12 Apr 2017 01:18:07 +0000 (18:18 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 12 Apr 2017 12:59:17 +0000 (05:59 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/fa73128a92577d5e1baee3877f71f5c1adac2bcd

src/coreclr/src/mscorlib/shared/System/Runtime/Serialization/SerializationException.cs

index 83cf2c6..a359daf 100644 (file)
@@ -9,7 +9,7 @@ namespace System.Runtime.Serialization
     [Serializable]
     public class SerializationException : SystemException
     {
-        private static String s_nullMessage = SR.Arg_SerializationException;
+        private static String s_nullMessage = SR.SerializationException;
 
         // Creates a new SerializationException with its message 
         // string set to a default message.