Exceptions Fields Fling OS

The Exceptions type exposes the following members.

Fields

  Name Description
Public field Static member CurrentException
The current exception - null as soon as the exception has been handled.
Public field Static member CurrentHandlerPtr
Pointer to the current Exception Handler Info (a pointer to the struct on the stack).
Public field Static member PendingException
Whether the current exception is pending being handled.
Public field Static member Throw_PanicMessage
The message to display when the Throw method panics.
Public field Static member UnhandledException_PanicMessage
The message to display when the kernel panics.
Top
See Also