| ||||||||||||||||
OverflowException ClassThe exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
RemarksIn languages that detect overflow, OverflowException is the exception that gets thrown. For example, in C#, the checked keyword is used to detect overflow conditions. An OverflowException exception occurs only in a checked context. The following Microsoft intermediate language ( MSIL ) instructions throw OverflowException:
For a result from an integral or decimal-type arithmetic operation or conversion that is outside the range of the destination type:
OverflowException uses the HRESULT COR_E_OVERFLOW, that has the value 0x80131516. For a list of initial property values for an instance of OverflowException, see the OverflowException constructors. See Also |
| |||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme