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