struct winrt::hresult_illegal_method_call (C++/WinRT)
Um tipo derivado de winrt::hresult_error, que representa um código de erro HRESULT E_ILLEGAL_METHOD_CALL. Consulte também o tópico winrt::hresult_error para saber mais sobre os membros que também estão disponíveis para winrt::hresult_illegal_method_call.
Syntax
struct hresult_illegal_method_call : winrt::hresult_error
Requisitos
SDK mínimo com suporte: Windows SDK versão 10.0.17134.0 (Windows 10, versão 1803)
Namespace: winrt
Cabeçalho: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h (incluído por padrão)
Construtores
Construtor | Descrição |
---|---|
Construtor hresult_illegal_method_call::hresult_illegal_method_call | Inicializa uma nova instância do struct hresult_illegal_method_call com uma cópia dos dados de entrada. |
Construtor hresult_illegal_method_call::hresult_illegal_method_call
Inicializa uma nova instância do struct hresult_illegal_method_call com uma cópia dos dados de entrada.
Sintaxe
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
Parâmetros
message
Uma cadeia de caracteres informativa para ajudar os desenvolvedores a corrigir a condição de erro relatada.