Share via


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.

Remarks

This override returns the value of the RankingModelId property if it is not null .

See also

Reference

RankingModelNotFoundException class

RankingModelNotFoundException members

Microsoft.Office.Server.Search.Query namespace