OverflowMessages
OverflowMessages.Instance (SystemMessages.Overflow) contains message descriptions scraped from mscorlib.dll for System.OverflowException.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA34504B0 | 0x80131516 | Byte | mscorlib.Overflow_Byte | Value was either too large or too small for an unsigned byte. | System.OverflowException |
0xA34504B1 | 0x80131516 | Char | mscorlib.Overflow_Char | Value was either too large or too small for a character. | System.OverflowException |
0xA34504B2 | 0x80131516 | Decimal | mscorlib.Overflow_Decimal | Value was either too large or too small for a Decimal. | System.OverflowException |
0xA34504B3 | 0x80131516 | Double | mscorlib.Overflow_Double | Value was either too large or too small for a Double. | System.OverflowException |
0xA34504B4 | 0x80131516 | Duration | mscorlib.Overflow_Duration | The duration cannot be returned for TimeSpan.MinValue because the absolute value of TimeSpan.MinValue exceeds the value of TimeSpan.MaxValue. | System.OverflowException |
0xA34504B5 | 0x80131516 | Int16 | mscorlib.Overflow_Int16 | Value was either too large or too small for an Int16. | System.OverflowException |
0xA34504B6 | 0x80131516 | Int32 | mscorlib.Overflow_Int32 | Value was either too large or too small for an Int32. | System.OverflowException |
0xA34504B7 | 0x80131516 | Int64 | mscorlib.Overflow_Int64 | Value was either too large or too small for an Int64. | System.OverflowException |
0xA34504B8 | 0x80131516 | NegateTwosCompNum | mscorlib.Overflow_NegateTwosCompNum | Negating the minimum value of a twos complement number is invalid. | System.OverflowException |
0xA34504B9 | 0x80131516 | SByte | mscorlib.Overflow_SByte | Value was either too large or too small for a signed byte. | System.OverflowException |
0xA34504BA | 0x80131516 | Single | mscorlib.Overflow_Single | Value was either too large or too small for a Single. | System.OverflowException |
0xA34504BB | 0x80131516 | TimeSpanTooLong | mscorlib.Overflow_TimeSpanTooLong | TimeSpan overflowed because the duration is too long. | System.OverflowException |
0xA34504BC | 0x80131516 | UInt16 | mscorlib.Overflow_UInt16 | Value was either too large or too small for a UInt16. | System.OverflowException |
0xA34504BD | 0x80131516 | UInt32 | mscorlib.Overflow_UInt32 | Value was either too large or too small for a UInt32. | System.OverflowException |
0xA34504BE | 0x80131516 | UInt64 | mscorlib.Overflow_UInt64 | Value was either too large or too small for a UInt64. | System.OverflowException |
0xA34506FF | 0x80131516 | Currency | mscorlib.Overflow_Currency | Value was either too large or too small for a Currency. | System.OverflowException |
0xA3450700 | 0x80131516 | NegativeUnsigned | mscorlib.Overflow_NegativeUnsigned | The string was being parsed as an unsigned number and could not have a negative sign. | System.OverflowException |
0xA3450701 | 0x80131516 | TimeSpanElementTooLarge | mscorlib.Overflow_TimeSpanElementTooLarge | The TimeSpan could not be parsed because at least one of the numeric components is out of range or contains too many digits. | System.OverflowException |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/