You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -0,0 +1,22 @@
|
||||
;==++==
|
||||
;
|
||||
; Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
;
|
||||
;==--==
|
||||
|
||||
; 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.
|
||||
Format_InvalidFormatSpecifier=Format specifier was invalid.
|
||||
Format_TooLarge=The value is too large to be represented by this format specifier.
|
||||
ArgumentOutOfRange_MustBeNonNeg=The number must be greater than or equal to zero.
|
||||
Overflow_BigIntInfinity=BigInteger cannot represent infinity.
|
||||
Overflow_NotANumber=The value is not a number.
|
||||
Overflow_ParseBigInteger=The value could not be parsed.
|
||||
Overflow_Int32=Value was either too large or too small for an Int32.
|
||||
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.
|
||||
Reference in New Issue
Block a user