asp.net.ph

DivideByZeroException Class

System Namespace


The exception that is thrown when there is an attempt to divide an integral or decimal value by zero.

DivideByZeroException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DivideByZeroException ( )
public DivideByZeroException ( String message )
public DivideByZeroException ( String message , Exception innerException )

Remarks

Dividing a floating-point value by zero will result in either positive infinity, negative infinity, or Not-a-Number ( NaN ) according to the rules of IEEE 754 arithmetic. Floating-point operations never throw an exception. For more information, see Single and Double.

DivideByZeroException uses the HRESULT COR_E_DIVIDEBYZERO, which has the value 0x80020012.

For a list of initial property values for an instance of DivideByZeroException, see the DivideByZeroException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph