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
參數
message
資訊字串,可協助開發人員更正回報的錯誤狀況。