RankingModelNotFoundException.ToString Method
This member overrides Exception.ToString().
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RankingModelNotFoundException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
Returns String.
Implements
See Also
Reference
RankingModelNotFoundException Class