SchemaExportException constructor (String, Exception)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SchemaExportException(message, _
    innerException)
public SchemaExportException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

SchemaExportException class

SchemaExportException members

SchemaExportException overload

Microsoft.Office.Server.Search.Administration namespace