Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-01-30 09:38:57 +0300
committerThays Grazia <thaystg@gmail.com>2019-04-18 19:11:41 +0300
commitd35abeee77150e625499f6f75f00c4945635cf15 (patch)
treee115a67c8c8e25751d6019879ec3a07ea7a18b74
parent02ca54592d5df11f4088954c552b42b15df4279f (diff)
Add resource string
-rw-r--r--src/System.Private.CoreLib/src/Resources/Strings.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/Resources/Strings.resx b/src/System.Private.CoreLib/src/Resources/Strings.resx
index 8c132237e..f161741e3 100644
--- a/src/System.Private.CoreLib/src/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/src/Resources/Strings.resx
@@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <data name="AmbiguousImplementationException_NullMessage" xml:space="preserve">
+ <value>Ambiguous implementation found.</value>
+ </data>
<data name="Arg_AccessException" xml:space="preserve">
<value>Cannot access member.</value>
</data>