The Exceptions type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
CurrentException |
The current exception - null as soon as the exception has been handled.
|
![]() ![]() |
CurrentHandlerPtr |
Pointer to the current Exception Handler Info (a pointer to the
struct on the stack).
|
![]() ![]() |
PendingException |
Whether the current exception is pending being handled.
|
![]() ![]() |
Throw_PanicMessage |
The message to display when the Throw method panics.
|
![]() ![]() |
UnhandledException_PanicMessage |
The message to display when the kernel panics.
|
See Also