Merge pull request #4434 from BrzVlad/fix-unload-hang
[mono.git] / mcs / class / System.Numerics / corefx / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string Argument_BadFormatSpecifier = "Format specifier was invalid.";
8         public const string Argument_InvalidNumberStyles = "An undefined NumberStyles value is being used.";
9         public const string 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.";
10         public const string Argument_MustBeBigInt = "The parameter must be a BigInteger.";
11         public const string Format_TooLarge = "The value is too large to be represented by this format specifier.";
12         public const string ArgumentOutOfRange_MustBeNonNeg = "The number must be greater than or equal to zero.";
13         public const string Overflow_BigIntInfinity = "BigInteger cannot represent infinity.";
14         public const string Overflow_NotANumber = "The value is not a number.";
15         public const string Overflow_ParseBigInteger = "The value could not be parsed.";
16         public const string Overflow_Int32 = "Value was either too large or too small for an Int32.";
17         public const string Overflow_Int64 = "Value was either too large or too small for an Int64.";
18         public const string Overflow_UInt32 = "Value was either too large or too small for a UInt32.";
19         public const string Overflow_UInt64 = "Value was either too large or too small for a UInt64.";
20         public const string Overflow_Decimal = "Value was either too large or too small for a Decimal.";
21         public const string Arg_ArgumentOutOfRangeException = "Index was out of bounds:";
22         public const string Arg_ElementsInSourceIsGreaterThanDestination = "Number of elements in source vector is greater than the destination array";
23         public const string Arg_NullArgumentNullRef = "The method was called with a null array argument.";
24         public const string Arg_TypeNotSupported = "Specified type is not supported";
25 }