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