Kernel.FOS_System.Exceptions Namespace Fling OS
Contains the standard exceptions for the kernel.
Classes

  Class Description
Public class DivideByZeroException
Represents a divide by zero exception. Usually thrown by hardware interrupt 0 when code attempts to divide a number (always integer?) by 0.
Public class DoubleFaultException
Represents a double fault exception. Usually thrown by the hardware interrupt.
Public class InvalidOpCodeException
Represents an invalid op-code exception. Usually thrown by the hardware interrupt.
Public class OverflowException
Represents an overflow exception. Usually thrown by the hardware interrupt.
Public class PageFaultException
Represents a page fault exception. Usually thrown by the hardware interrupt.
Public class StackException
Represents a stack exception. Usually thrown by the hardware interrupt.