QueryTopologyActivationCanceledException Class

The exception that is thrown when the activation of a query topology is cancelled.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Office.Server.Search.Administration.QueryTopologyActivationException
      Microsoft.Office.Server.Search.Administration.QueryTopologyActivationCanceledException

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

Syntax

'Declaration
Public Class QueryTopologyActivationCanceledException _
    Inherits QueryTopologyActivationException
'Usage
Dim instance As QueryTopologyActivationCanceledException
public class QueryTopologyActivationCanceledException : QueryTopologyActivationException

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.

See Also

Reference

QueryTopologyActivationCanceledException Members

Microsoft.Office.Server.Search.Administration Namespace