RankingModelNotFoundException.ToString method
Cria uma representação de texto da exceção atual.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Overrides Function ToString As String
'Uso
Dim instance As RankingModelNotFoundException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Valor retornado
Type: System.String
A representação de texto da exceção atual.
Comentários
Essa substituição retorna o valor da propriedade RankingModelId se não estiver null .
Ver também
Referência
RankingModelNotFoundException class