Global Error Handler的意思|示意

美 / / 英 / /

全局错误处理程序


Global Error Handler的网络常见释义

全局错误处理 新的全局错误处理(Global Error Handler)让开发人员编只写一个处理过程就能在运行时处理所有的错误,而不需要一个一个得try/catch。

Global Error Handler相关例句

Create a global error handler at the page or application level that catches all unhandled exceptions and routes them to a generic error page.

在网页或应用程序层级建立全域错误处理常式,用来拦截所有未经处理的例外状况,并将其传送到泛用错误网页。

Among other things, it defines a global error handler, and it is where you would place any platform-specific code to run before executing main application logic.

除了其他事情外,它定义一个全局错误处理程序,在此将放置在执行主应用程序逻辑之前要运行的特定于平台的代码。