SystemUpdateLastErrorInfo Class

Definition

Information about the last failed system update.

public ref class SystemUpdateLastErrorInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemUpdateLastErrorInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemUpdateLastErrorInfo
Public NotInheritable Class SystemUpdateLastErrorInfo
Inheritance
Object Platform::Object IInspectable SystemUpdateLastErrorInfo
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.System.SystemManagementContract (introduced in v6.0)

Properties

ExtendedError

Extended error description.

IsInteractive

Specifies if the last update error occurred during an interactive update.

State

SystemUpdateManager state when the last error occurred.

Applies to

See also