System.OverflowException public class OverflowException : ArithmeticException Documentation Code namespace System { public class OverflowException : ArithmeticException { public OverflowException(); protected OverflowException(SerializationInfo info, StreamingContext context); public OverflowException(string message); public OverflowException(string message, Exception innerException); } }