Exception Class Fling OS
An exception object.
Inheritance Hierarchy

System Object
  Kernel.FOS_System ObjectWithType
    Kernel.FOS_System Object
      Kernel.FOS_System Exception
        Kernel.FOS_System.Exceptions DivideByZeroException
        Kernel.FOS_System.Exceptions DoubleFaultException
        Kernel.FOS_System.Exceptions InvalidOpCodeException
        Kernel.FOS_System.Exceptions OverflowException
        Kernel.FOS_System.Exceptions PageFaultException
        Kernel.FOS_System.Exceptions StackException

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

public class Exception : Object

The Exception type exposes the following members.

Constructors

  NameDescription
Public methodException
Initializes a new instance of the Exception class
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.
Top
See Also