SPCmdletException 构造函数 (String, Exception)
创建SPCmdletException类的一个新实例。
命名空间: Microsoft.SharePoint.PowerShell
程序集: Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)
语法
声明
Public Sub New ( _
localizedString As String, _
innerException As Exception _
)
用法
Dim localizedString As String
Dim innerException As Exception
Dim instance As New SPCmdletException(localizedString, _
innerException)
public SPCmdletException(
string localizedString,
Exception innerException
)
参数
localizedString
类型:System.String表示该异常的本地化的字符串。
innerException
类型:System.Exception嵌入此异常的内部异常。