Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 677 Bytes

windowsupdateactioncompletedeventargs_extendederror.md

File metadata and controls

27 lines (16 loc) · 677 Bytes
-api-id -api-type
P:Windows.Management.Update.WindowsUpdateActionCompletedEventArgs.ExtendedError
winrt property

Windows.Management.Update.WindowsUpdateActionCompletedEventArgs.ExtendedError

-description

Gets detailed information about an error associated with a completed action event.

-property-value

A HRESULT value containing detailed information about an error associated with a completed action event.

-remarks

If the action completed successfully, then the value is S_OK (0). Otherwise, the value is an error code explaining why the action failed.

-see-also

-examples