RoReportUnhandledError 函数 (roerrorapi.h)

发生未经处理的异常时触发全局错误处理程序。

语法

HRESULT RoReportUnhandledError(
  [in] IRestrictedErrorInfo *pRestrictedErrorInfo
);

参数

[in] pRestrictedErrorInfo

要报告的错误。 调用 GetRestrictedErrorInfo 函数以获取表示错误的 IRestrictedErrorInfo

返回值

如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

注解

RoReportUnhandledError 函数允许语言投影在异常到达堆栈顶部时触发全局错误处理程序的执行,这通常会终止应用程序。

要求

要求
目标平台 Windows
标头 roerrorapi.h
Library Runtimeobject.lib
DLL Api-ms-win-core-winrt-error-l1-1-1.dll

另请参阅

GetRestrictedErrorInfo

ICoreApplicationUnhandledError