RankingModelNotFoundException.ToString Method
Creates a text representation of the current exception.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.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
The text representation of the current exception.
Implements
Remarks
This override returns the value of the RankingModelId property if it is not null .
See Also
Reference
RankingModelNotFoundException Class