SPFeatureUpgradeFatalErrorException class
表示會立即停止升級功能升級期間,就會發生的例外狀況。
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
'宣告
<SerializableAttribute> _
Public NotInheritable Class SPFeatureUpgradeFatalErrorException _
Inherits SPException
'用途
Dim instance As SPFeatureUpgradeFatalErrorException
[SerializableAttribute]
public sealed class SPFeatureUpgradeFatalErrorException : SPException
備註
例外狀況發生時,統一記錄服務 (ULS) 與升級記錄中,記錄錯誤和功能版本未升級。
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.