winrt::hresult_no_interface struct (C++/WinRT)
A type derived from winrt::hresult_error, representing an E_NOINTERFACE HRESULT error code. Also see the winrt::hresult_error topic to learn about the members that are also available to winrt::hresult_no_interface.
Syntax
struct hresult_no_interface : winrt::hresult_error
Requirements
Minimum supported SDK: Windows SDK version 10.0.17134.0 (Windows 10, version 1803)
Namespace: winrt
Header: %WindowsSdkDir%Include<WindowsTargetPlatformVersion>\cppwinrt\winrt\base.h (included by default)
Constructors
Constructor | Description |
---|---|
hresult_no_interface::hresult_no_interface constructor | Initializes a new instance of the hresult_no_interface struct with a copy of the input data. |
hresult_no_interface::hresult_no_interface constructor
Initializes a new instance of the hresult_no_interface struct with a copy of the input data.
Syntax
hresult_no_interface() noexcept;
hresult_no_interface(winrt::hstring const& message) noexcept;
hresult_no_interface(winrt::hresult_error::from_abi_t) noexcept
Parameters
message
An informative string to help developers to correct the reported error condition.