winrt:: hresult_wrong_thread struct (c + +/WinRT)

winrt:: hresult_error派生的类型,表示 RPC_E_WRONG_THREAD hresult 错误代码。 另请参阅 winrt:: hresult_error 主题,了解也可用于 winrt:: hresult_wrong_thread的成员。

语法

struct hresult_wrong_thread : winrt::hresult_error

要求

支持的最低 SDK Windows SDK 版本 1803 (Windows 10,版本)

命名空间: winrt

标头: % WindowsSdkDir% 包括 < 默认情况下包含的 WindowsTargetPlatformVersion > \cppwinrt\winrt\base.h ()

构造函数

构造函数 说明
hresult_wrong_thread:: hresult_wrong_thread 构造函数 使用输入数据的副本初始化 hresult_wrong_thread 结构的新实例。

hresult_wrong_thread:: hresult_wrong_thread 构造函数

使用输入数据的副本初始化 hresult_wrong_thread 结构的新实例。

语法

hresult_wrong_thread() noexcept;
hresult_wrong_thread(winrt::hstring const& message) noexcept;
hresult_wrong_thread(winrt::hresult_error::from_abi_t) noexcept

参数

message 帮助开发人员更正报告的错误条件的信息性字符串。

请参阅