winrt::hresult_illegal_method_call结构 (C++/WinRT)

派生自 winrt::hresult_error的类型,表示E_ILLEGAL_METHOD_CALL HRESULT 错误代码。 另请参阅 winrt::hresult_error 主题,了解 winrt::hresult_illegal_method_call也可用的成员。

语法

struct hresult_illegal_method_call : winrt::hresult_error

要求

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

命名空间: winrt

标头: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h (默认包含)

构造函数

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

hresult_illegal_method_call::hresult_illegal_method_call 构造函数

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

语法

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

parameters

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

请参阅