winrt::hresult_class_not_available 構造体 (C++/WinRT)
CLASS_E_CLASSNOTAVAILABLE HRESULT エラー コードを表す winrt::hresult_error から派生した型。 また、winrt::hresult_error トピックを参照して、winrt::hresult_class_not_available でも使用できるメンバーについて説明します。
構文
struct hresult_class_not_available : winrt::hresult_error
必要条件
サポートされている最小 SDK: Windows SDK バージョン 10.0.17134.0 (Windows 10、バージョン 1803)
名前空間: winrt
ヘッダー: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h (既定で含まれています)
コンストラクター
コンストラクター | 説明 |
---|---|
hresult_class_not_available::hresult_class_not_available コンストラクター | 入力データのコピーを使用して 、hresult_class_not_available 構造体の新しいインスタンスを初期化します。 |
hresult_class_not_available::hresult_class_not_available コンストラクター
入力データのコピーを使用して 、hresult_class_not_available 構造体の新しいインスタンスを初期化します。
構文
hresult_class_not_available() noexcept;
hresult_class_not_available(winrt::hstring const& message) noexcept;
hresult_class_not_available(winrt::hresult_error::from_abi_t) noexcept
パラメーター
message
報告されたエラー状態を開発者が修正するのに役立つ情報文字列。