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