Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Numerics / System.Numerics.txt
index f3827ec29f93fdd2fc03ee27156cfb9a926ee07f..e834a8449ea72ec5c1c580c3c1076c206573a634 100644 (file)
@@ -6,6 +6,7 @@
 
 ; NOTE: do not use \", use ' instead
 ; NOTE: Use # or ; for comments
+
 Argument_InvalidNumberStyles=An undefined NumberStyles value is being used.
 Argument_InvalidHexStyle=With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.
 Argument_MustBeBigInt=The parameter must be a BigInteger.
@@ -20,3 +21,8 @@ Overflow_Int64=Value was either too large or too small for an Int64.
 Overflow_UInt32=Value was either too large or too small for a UInt32.
 Overflow_UInt64=Value was either too large or too small for a UInt64.
 Overflow_Decimal=Value was either too large or too small for a Decimal.
+Arg_ArgumentOutOfRangeException=Index was out of bounds:
+Arg_ElementsInSourceIsGreaterThanDestination=Number of elements in source vector is greater than the destination array
+Arg_MultiDimArrayNotSupported=Only one-dimensional arrays are supported
+Arg_RegisterLengthOfRangeException=length must be less than
+Arg_NullArgumentNullRef=The method was called with a null array argument.