ServiceNotFoundException class
The exception that is thrown when an instance of IAnalysisEngineAgent cannot be found or resolved.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.Office.Server.Search.Analytics.ServiceNotFoundException
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ServiceNotFoundException _
Inherits Exception
'Usage
Dim instance As ServiceNotFoundException
[SerializableAttribute]
public class ServiceNotFoundException : 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.