Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
A type derived from winrt::hresult_error, representing an E_ILLEGAL_STATE_CHANGE HRESULT error code. Also see the winrt::hresult_error topic to learn about the members that are also available to winrt::hresult_illegal_state_change.
Syntax
struct hresult_illegal_state_change : 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_illegal_state_change::hresult_illegal_state_change constructor | Initializes a new instance of the hresult_illegal_state_change struct with a copy of the input data. |
hresult_illegal_state_change::hresult_illegal_state_change constructor
Initializes a new instance of the hresult_illegal_state_change struct with a copy of the input data.
Syntax
hresult_illegal_state_change() noexcept;
hresult_illegal_state_change(winrt::hstring const& message) noexcept;
hresult_illegal_state_change(winrt::hresult_error::from_abi_t) noexcept
Parameters
message
An informative string to help developers to correct the reported error condition.