summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/Resources/Strings.resx
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-01-20 08:16:44 -0800
committerGitHub <noreply@github.com>2019-01-20 08:16:44 -0800
commit170854b92017d709bc82d7631c6cb33dd7443078 (patch)
treee4d216f1b1be6d9207644e160f86af8846c02577 /src/System.Private.CoreLib/Resources/Strings.resx
parent614966d1e179c32ce85df2791102847128390ca6 (diff)
downloadcoreclr-170854b92017d709bc82d7631c6cb33dd7443078.tar.gz
coreclr-170854b92017d709bc82d7631c6cb33dd7443078.tar.bz2
coreclr-170854b92017d709bc82d7631c6cb33dd7443078.zip
Cleanup array related FCalls (#22097)
* Cleanup Array FCalls * Disable outdated CoreFX tests https://github.com/dotnet/corefx/pull/34700
Diffstat (limited to 'src/System.Private.CoreLib/Resources/Strings.resx')
-rw-r--r--src/System.Private.CoreLib/Resources/Strings.resx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/Resources/Strings.resx b/src/System.Private.CoreLib/Resources/Strings.resx
index c89f9428b4..8e8dc28c4e 100644
--- a/src/System.Private.CoreLib/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/Resources/Strings.resx
@@ -3655,4 +3655,13 @@
<data name="InvalidOp_InvalidNewEnumVariant" xml:space="preserve">
<value>The returned enumerator does not implement IEnumVARIANT.</value>
</data>
+ <data name="Argument_NotIsomorphic" xml:space="preserve">
+ <value>Object contains non-primitive or non-blittable data.</value>
+ </data>
+ <data name="Argument_StructArrayTooLarge" xml:space="preserve">
+ <value>Array size exceeds addressing limitations.</value>
+ </data>
+ <data name="IndexOutOfRange_ArrayWithOffset" xml:space="preserve">
+ <value>ArrayWithOffset: offset exceeds array size.</value>
+ </data>
</root>