SchemaImportException constructor (IEnumerable<String>, Exception)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
errors As IEnumerable(Of String), _
innerException As Exception _
)
'Usage
Dim errors As IEnumerable(Of String)
Dim innerException As Exception
Dim instance As New SchemaImportException(errors, _
innerException)
public SchemaImportException(
IEnumerable<string> errors,
Exception innerException
)
Parameters
- errors
Type: System.Collections.Generic.IEnumerable<String>
- innerException
Type: System.Exception