SPFeatureUpgradeFatalErrorException class

Represents an exception that occurs during a Feature upgrade that immediately stops the upgrade.

Inheritance hierarchy

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Remarks

When the exception occurs, an error is logged in the Unified Logging Service (ULS) and Upgrade logs, and the Feature version is not 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

SPFeatureUpgradeFatalErrorException members

Microsoft.SharePoint namespace