Deployment Tools Foundation
InapplicablePatchHandler Delegate
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► InapplicablePatchHandler
Receives an exception from
DetermineApplicablePatches(String, array<String>[]()[], InapplicablePatchHandler, String, UserContexts)
indicating the reason a particular patch is not applicable to a product.
Declaration Syntax
Parameters
- patch (String)
- MSP file path, XML file path, or XML blob that was passed to DetermineApplicablePatches(String, array<String>[]()[], InapplicablePatchHandler, String, UserContexts)
- exception (Exception)
- exception indicating the reason the patch is not applicable
Remarks
If exception is an InstallerException or subclass, then its ErrorCode and Message properties will indicate a more specific reason the patch was not applicable.
The exception could also be a FileNotFoundException if the patch string was a file path.