nn::os::ARM::SetUserExceptionHandler Function
template <typename T>
void SetUserExceptionHandler(
UserExceptionHandler pHandler,
T * pStack,
ExceptionBuffer * pExceptionBuffer
);
| Name | Description |
|---|---|
| T | Stack type. |
| Name | Description | |
|---|---|---|
| in | pHandler | Specifies the exception handler called when an exception occurs. |
| in | pStack | Specifies the stack to use for the exception handler. |
| in | pExceptionBuffer |
Specifies a buffer for storing exception information. |
Specifies the global exception handler.
This wrapper function is used to accept the stack used by the exception handler via a stack-type member function.
For details, see SetUserExceptionHandler(UserExceptionHandler, uptr, ExceptionBuffer*).
stackBottom" rather than just "to stackBottom."
CONFIDENTIAL