IndexRefactoringException Class
The exception that is thrown when an error occurs during the index refactoring process.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.Server.Search.Administration.IndexRefactoringException
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Class IndexRefactoringException _
Inherits Exception
'Usage
Dim instance As IndexRefactoringException
public class IndexRefactoringException : Exception
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.