SPFeatureUpgradeInformativeWarningException Class

Represents an exception that occurs during a Feature upgrade that does not halt the upgrade.

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.SharePoint.SPFeatureUpgradeInformativeWarningException

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SPFeatureUpgradeInformativeWarningException _
    Inherits SPException
'Usage
Dim instance As SPFeatureUpgradeInformativeWarningException
[SerializableAttribute]
public sealed class SPFeatureUpgradeInformativeWarningException : SPException

Remarks

When the exception occurs, a warning is logged in the Unified Logging Service (ULS) and Upgrade logs, and the Feature version is upgraded.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPFeatureUpgradeInformativeWarningException Members

Microsoft.SharePoint Namespace