PageFaultException Class Fling OS
Represents a page fault exception. Usually thrown by the hardware interrupt.
Inheritance Hierarchy

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

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 PageFaultException : Exception

The PageFaultException type exposes the following members.

Constructors

  NameDescription
Public methodPageFaultException
Sets the message to "Page fault"
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