Share via


IUpdateException interface

Represents info about the aspects of search results returned in the ISearchResult object that were incomplete. For more info, see Remarks.

Members

The IUpdateException interface inherits from the IDispatch interface. IUpdateException also has these types of members:

  • Properties

Properties

The IUpdateException interface has these properties.

Property Access type Description

Context

Read-only

Gets the context of search results.

HResult

Read-only

Gets the Windows-based HRESULT code for the search results.

Message

Read-only

Gets a message that describes the search results.

 

Remarks

The IUpdateException object is returned as part of the ISearchResult::Warnings property when a search succeeds but can't return complete results. For example, Windows Update might not have been able to retrieve all of the update metadata for a given update from the server. In this situation, the search results returned in the ISearchResult object are usable, but they aren't necessarily complete. The properties of the IUpdateException objects that are returned by the ISearchResult::Warnings property contain info about the aspects of the search that were incomplete. This info is unlikely to be useful programmatically, but can sometimes be useful for debugging.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3 [desktop apps only]

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]

Header

Wuapi.h

IDL

Wuapi.idl

Library

Wuguid.lib

DLL

Wuapi.dll

IID

IID_IUpdateExceptionCollection is defined as A37D00F5-7BB0-4953-B414-F9E98326F2E8

See also

IDispatch