<div class="content" name="UpdateExceptionContext" uuid="113c89ca-1307-482e-851c-fca47c56a6a2"><p>The UpdateExceptionContext enumeration defines values that
describe the context in which an error has occurred.</p><dl>
<dd>
<div><pre> typedef  enum tagUpdateExceptionContext
 {
   uecGeneral = 1,
   uecWindowsDriver = 2,
   uecWindowsInstaller = 3,
 } UpdateExceptionContext;
</pre></div>
</dd></dl><p><b>uecGeneral:  </b>The exception is not tied to any
context.</p><p><b>uecWindowsDriver:  </b>The exception is related to
one or more Windows drivers.</p><p><b>uecWindowsInstaller:  </b>The exception is related
to Windows  Installer.</p></div>