An exception object.
Inheritance Hierarchy
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
The Exception type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Exception | Initializes a new instance of the Exception class |
Fields
Name | Description | |
---|---|---|
![]() | _Type |
The underlying, specific type of the object specified when it was created.
(Inherited from ObjectWithType.) |
![]() | Message |
The exception message.
|
See Also