nn::os::ARM::SetUserExceptionHandler Function
template <typename T>
void SetUserExceptionHandler(
UserExceptionHandler pHandler,
T * pStack
);
| 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. |
Provided for compatibility with past SDKs.
Calls SetUserExceptionHandler (pHandler, pStack, EXCEPTION_BUFFER_USE_HANDLER_STACK).
For details, see SetUserExceptionHandler(UserExceptionHandler, uptr, ExceptionBuffer*).
CONFIDENTIAL