InvalidPropertyException.ToString method
Cria e retorna uma representação de seqüência de caracteres 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 InvalidPropertyException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Valor retornado
Type: System.String
Uma representação de seqüência de caracteres da exceção atual.
Ver também
Referência
InvalidPropertyException class