QueryComponentTransitionException Class
The exception that is thrown when an error occurs during the transition of a query component.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.Server.Search.Administration.QueryComponentTransitionException
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class QueryComponentTransitionException _
Inherits Exception
'Usage
Dim instance As QueryComponentTransitionException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class QueryComponentTransitionException : 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.