winrt::hresult_not_implemented 結構 (C++/WinRT)
衍生自 winrt::hresult_error的類型,表示E_NOTIMPL HRESULT 錯誤碼。 另請參閱 winrt::hresult_error 主題,以瞭解 winrt::hresult_not_implemented也可以使用的成員。
語法
struct hresult_not_implemented : winrt::hresult_error
規格需求
最低支援的 SDK:Windows SDK 10.0.17134.0 版 (Windows 10版本 1803)
命名空間: winrt
標頭: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion <> \cppwinrt\winrt\base.h 預設包含 ()
建構函式
建構函式 | 描述 |
---|---|
hresult_not_implemented::hresult_not_implemented 建構函式 | 使用輸入資料的複本,初始化 hresult_not_implemented 結構的新實例。 |
hresult_not_implemented::hresult_not_implemented 建構函式
使用輸入資料的複本,初始化 hresult_not_implemented 結構的新實例。
語法
hresult_not_implemented() noexcept;
hresult_not_implemented(winrt::hstring const& message) noexcept;
hresult_not_implemented(winrt::hresult_error::from_abi_t) noexcept
參數
message
資訊字串,可協助開發人員更正回報的錯誤狀況。