Represents a stack exception.
Usually thrown by the hardware interrupt.
Inheritance Hierarchy
Kernel.FOS_System ObjectWithType
Kernel.FOS_System Object
Kernel.FOS_System Exception
Kernel.FOS_System.Exceptions StackException
Namespace: Kernel.FOS_System.Exceptions
Assembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The StackException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StackException |
Sets the message to "Stack error."
|
Fields
Name | Description | |
---|---|---|
![]() | _Type |
The underlying, specific type of the object specified when it was created.
(Inherited from ObjectWithType.) |
![]() | Message |
The exception message.
(Inherited from Exception.) |
See Also