Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Numerics / System.Numerics.txt
1 ;==++==
2 ;
3 ;   Copyright (c) Microsoft Corporation.  All rights reserved.
4 ;
5 ;==--==
6
7 ; NOTE: do not use \", use ' instead
8 ; NOTE: Use # or ; for comments
9
10 Argument_InvalidNumberStyles=An undefined NumberStyles value is being used.
11 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.
12 Argument_MustBeBigInt=The parameter must be a BigInteger.
13 Format_InvalidFormatSpecifier=Format specifier was invalid.
14 Format_TooLarge=The value is too large to be represented by this format specifier.
15 ArgumentOutOfRange_MustBeNonNeg=The number must be greater than or equal to zero.
16 Overflow_BigIntInfinity=BigInteger cannot represent infinity.
17 Overflow_NotANumber=The value is not a number.
18 Overflow_ParseBigInteger=The value could not be parsed.
19 Overflow_Int32=Value was either too large or too small for an Int32.
20 Overflow_Int64=Value was either too large or too small for an Int64.
21 Overflow_UInt32=Value was either too large or too small for a UInt32.
22 Overflow_UInt64=Value was either too large or too small for a UInt64.
23 Overflow_Decimal=Value was either too large or too small for a Decimal.
24 Arg_ArgumentOutOfRangeException=Index was out of bounds:
25 Arg_ElementsInSourceIsGreaterThanDestination=Number of elements in source vector is greater than the destination array
26 Arg_MultiDimArrayNotSupported=Only one-dimensional arrays are supported
27 Arg_RegisterLengthOfRangeException=length must be less than
28 Arg_NullArgumentNullRef=The method was called with a null array argument.