Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 2.57 KB

nn-wuapi-iupdateexception.md

File metadata and controls

61 lines (53 loc) · 2.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:wuapi.IUpdateException
IUpdateException (wuapi.h)
Represents info about the aspects of search results returned in the ISearchResult object that were incomplete.
IUpdateException
IUpdateException interface [Windows Update Agent]
IUpdateException interface [Windows Update Agent]
described
wua.iupdateexception
wuapi/IUpdateException
wua\iupdateexception.htm
wua
9e7458be-b411-4395-98f2-c92308f78371
12/05/2018
IUpdateException, IUpdateException interface [Windows Update Agent], IUpdateException interface [Windows Update Agent],described, wua.iupdateexception, wuapi/IUpdateException
wuapi.h
Windows
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Wuapi.idl
Wuguid.lib
Wuapi.dll
Windows
19H1
IUpdateException
wuapi/IUpdateException
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdateException

IUpdateException interface

-description

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

-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.

-see-also

IDispatch