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
)
参数
- strMessage
类型:System.String
- innerEx
类型:System.Exception