Contains the standard exceptions for the kernel.
Classes
Class | Description | |
---|---|---|
![]() |
DivideByZeroException |
Represents a divide by zero exception.
Usually thrown by hardware interrupt 0 when code attempts to divide a number (always integer?) by 0.
|
![]() |
DoubleFaultException |
Represents a double fault exception.
Usually thrown by the hardware interrupt.
|
![]() |
InvalidOpCodeException |
Represents an invalid op-code exception.
Usually thrown by the hardware interrupt.
|
![]() |
OverflowException |
Represents an overflow exception.
Usually thrown by the hardware interrupt.
|
![]() |
PageFaultException |
Represents a page fault exception.
Usually thrown by the hardware interrupt.
|
![]() |
StackException |
Represents a stack exception.
Usually thrown by the hardware interrupt.
|