异常中止 meaning in English
abend
abnormal end
Examples
- Is the major code that refers to a web - request abnormal termination
是指出web请求异常中止的主要代码。 - Is the major code that refers to the abnormal termination of the web request
是指出web请求异常中止的主要代码。 - Sometimes exceptions are left un - caught , which will cause the process to abort
有时一些异常没有被捕获,这将造成进程异常中止。 - These objects are released automatically upon timeout and / or the abnormal termination of the thread that owns them
这些对象在响应超时事件或者响应拥有它们的线程出现异常中止时自动释放。 - To avoid this , an un - caught handler can decide whether to invoke an abort or a thread - exit call . this is demonstrated towards the end of the
为了避免这一点,未捕获处理程序可以决定是请求异常中止调用,还是请求线程退出调用。