SchemaImportException 构造函数 (IEnumerable<String>, Exception)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
errors As IEnumerable(Of String), _
innerException As Exception _
)
用法
Dim errors As IEnumerable(Of String)
Dim innerException As Exception
Dim instance As New SchemaImportException(errors, _
innerException)
public SchemaImportException(
IEnumerable<string> errors,
Exception innerException
)
参数
- errors
类型:System.Collections.Generic.IEnumerable<String>
- innerException
类型:System.Exception