DivByZeroException CLASS

Exception to signal the algebraic divide-by-zero error. This is usually created by the engine when it encountered a zero value used as divisor in division or modulo operation.

Parent Class

All Members


TypeNameSignature
constructorDivByZeroExceptionpublic DivByZeroException()

Constructors


public DivByZeroException()

Create a standard DivByZeroException instance. While entirely legal, it's rare for a user to create such instances.

The message for this exception is fixed.