Represents an invalid op-code 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 InvalidOpCodeException
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 InvalidOpCodeException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InvalidOpCodeException |
Sets the message to "Attempted to execute an invalid op code."
|
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