Share via


SPFeatureUpgradeInformativeWarningException class

Representa uma exceção que ocorre durante uma atualização de recurso que não interromper a atualização.

Inheritance hierarchy

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

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

Syntax

'Declaração
<SerializableAttribute> _
Public NotInheritable Class SPFeatureUpgradeInformativeWarningException _
    Inherits SPException
'Uso
Dim instance As SPFeatureUpgradeInformativeWarningException
[SerializableAttribute]
public sealed class SPFeatureUpgradeInformativeWarningException : SPException

Comentários

Quando a exceção ocorrer, um aviso é registrado nos logs do serviço de log unificado (ULS) e a atualização e a versão de recurso é atualizada.

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.

Ver também

Referência

SPFeatureUpgradeInformativeWarningException members

Microsoft.SharePoint namespace