SystemUpdateManager.LastErrorInfo Property

Definition

Information about the last failed system update.

public:
 static property SystemUpdateLastErrorInfo ^ LastErrorInfo { SystemUpdateLastErrorInfo ^ get(); };
static SystemUpdateLastErrorInfo LastErrorInfo();
public static SystemUpdateLastErrorInfo LastErrorInfo { get; }
var systemUpdateLastErrorInfo = SystemUpdateManager.lastErrorInfo;
Public Shared ReadOnly Property LastErrorInfo As SystemUpdateLastErrorInfo

Property Value

Information about the last failed system update.

Applies to

See also