Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Calls terminate or the function you specify by using set_unexpected.
Syntax
void unexpected( void );
Remarks
The unexpected routine isn't used with the current implementation of C++ exception handling. unexpected calls terminate by default. You can change this default behavior by writing a custom termination function. Call set_unexpected with the name of your function as its argument. unexpected calls the last function passed to set_unexpected.
Requirements
| Routine | Required header |
|---|---|
unexpected |
<eh.h> |
For more compatibility information, see Compatibility.
See also
Exception handling routines
abort
_set_se_translator
set_terminate
set_unexpected
terminate