SPException 构造函数 (String, Exception)

此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    strMessage As String, _
    innerEx As Exception _
)
用法
Dim strMessage As String
Dim innerEx As Exception

Dim instance As New SPException(strMessage, _
    innerEx)
public SPException(
    string strMessage,
    Exception innerEx
)

参数

另请参阅

引用

SPException 类

SPException 成员

SPException 重载

Microsoft.SharePoint 命名空间