nn::os::ARM::SetUserExceptionHandler Function
void SetUserExceptionHandler(
UserExceptionHandler pHandler,
uptr stackBottom
);
| Name | Description | |
|---|---|---|
| in | pHandler |
Specifies the exception handler called when an exception occurs. |
| in | stackBottom |
Specifies the stack to use for the exception handler. You must specify the bottom of the stack. |
Provided for compatibility with past SDKs.
Calls SetUserExceptionHandler (pHandler, stackBottom, EXCEPTION_BUFFER_USE_HANDLER_STACK).
For details, see SetUserExceptionHandler(UserExceptionHandler, uptr, ExceptionBuffer*).
CONFIDENTIAL