SPFeatureUpgradeFatalErrorException 构造函数 (String, Exception)
初始化使用指定的错误消息和对导致当前异常的内部异常的SPFeatureUpgradeFatalErrorException类的新实例。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New SPFeatureUpgradeFatalErrorException(message, _
innerException)
public SPFeatureUpgradeFatalErrorException(
string message,
Exception innerException
)
参数
message
类型:System.String一条错误消息。
innerException
类型:System.Exception导致当前异常的内部异常。
另请参阅
引用
SPFeatureUpgradeFatalErrorException 类
SPFeatureUpgradeFatalErrorException 成员