August 2003
Intermediate to advanced
928 pages
32h 1m
English
OverflowException
This exception indicates an attempt to store a value that exceeds the limit of the target type. This could be caused by an arithmetic operation, cast, or conversion.
public class OverflowException : ArithmeticException { // Public Constructors public OverflowException( ); public OverflowException(stringmessage); public OverflowException(stringmessage, ExceptioninnerException); // Protected Constructors protected OverflowException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ArithmeticException
→
OverflowException