DivideByZeroException Class Fling OS
Represents a divide by zero exception. Usually thrown by hardware interrupt 0 when code attempts to divide a number (always integer?) by 0.
Inheritance Hierarchy

System Object
  Kernel.FOS_System ObjectWithType
    Kernel.FOS_System Object
      Kernel.FOS_System Exception
        Kernel.FOS_System.Exceptions DivideByZeroException

Namespace: Kernel.FOS_System.Exceptions
Assembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class DivideByZeroException : Exception

The DivideByZeroException type exposes the following members.

Constructors

  NameDescription
Public methodDivideByZeroException
Sets the message to "Attempt to divide by zero invalid."
Top
Fields

  NameDescription
Public field_Type
The underlying, specific type of the object specified when it was created.
(Inherited from ObjectWithType.)
Public fieldMessage
The exception message.
(Inherited from Exception.)
Top
See Also