| 释义 |
failure exception mode 故障异常方式 A mode of execution selected by a process indicating that it wants an exception condition declared if an error occurs as the result of a system service call. The normal mode is for the system service to return an error status code for which the process must test. 进程所选择的一种执行方式,表示若由于系统服务调用而出现错误,它要求一个说明过 的异常条件。对系统服务程序来说,正常方式是送回一个错误状态码,以便由进程对此码 进行测试。 |