overflow.txt
来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 33 行
TXT
33 行
## Overflow.txt - Resources for overflow errors.## Copyright (C) 2001 Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA#Overflow_Byte=Valid Byte values are between 0 and 255, inclusiveOverflow_SByte=Valid SByte values are between -128 and 127, inclusiveOverflow_Int16=Valid Int16 values are between -32768 and 32767, inclusiveOverflow_UInt16=Valid UInt16 values are between 0 and 65535, inclusiveOverflow_Int32=Valid Int32 values are between -2147483648 and 2147483647, inclusiveOverflow_UInt32=Valid UInt32 values are between 0 and 4294967295, inclusiveOverflow_Int64=Valid Int64 values are between -9223372036854775808 and 9223372036854775807, inclusiveOverflow_UInt64=Valid UInt64 values are between 0 and 18446744073709551615, inclusiveOverflow_Char=Valid Char values are between 0 and 65535, inclusiveOverflow_Decimal=Valid Decimal values are between -79228162514264337593543950335 and 79228162514264337593543950335, inclusiveOverflow_NegateTwosCompNum=Attempt to negate the largest negative integer.Overflow_Pointer=Pointer value is out of range for the requested operationOverflow_Currency=OA currency value overflowed
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?