ComponentVersionMismatchException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the component version stored in the package XML is higher than the version of the component installed on the current computer.
public ref class ComponentVersionMismatchException : ApplicationException
[System.Serializable]
public class ComponentVersionMismatchException : ApplicationException
[<System.Serializable>]
type ComponentVersionMismatchException = class
inherit ApplicationException
Public Class ComponentVersionMismatchException
Inherits ApplicationException
- Inheritance
-
ComponentVersionMismatchException
- Attributes
Remarks
When the version of a component stored in the package XML is less than the version of the component on the computer, the PerformUpgrade method is called providing the component the ability to upgrade.
Constructors
ComponentVersionMismatchException(String) |
Initializes a new instance of the ComponentVersionMismatchException class with the IdentificationString of the mismatched component. |