2.2.8 UpdateExceptionContext

The UpdateExceptionContext enumeration defines values that describe the context in which an error has occurred.

 typedef  enum tagUpdateExceptionContext
 {
   uecGeneral = 1,
   uecWindowsDriver = 2,
   uecWindowsInstaller = 3,
 } UpdateExceptionContext;

uecGeneral:  The exception is not tied to any context.

uecWindowsDriver:  The exception is related to one or more Windows drivers.

uecWindowsInstaller:  The exception is related to Windows  Installer.