ResultTable.Error property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Error As Exception
Get
Friend Set
'Uso
Dim instance As ResultTable
Dim value As Exception
value = instance.Error
public Exception Error { get; internal set; }
Property value
Type: System.Exception