Share via


ResultTable.Error property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Error As Exception
    Get
    Friend Set
'Usage
Dim instance As ResultTable
Dim value As Exception

value = instance.Error
[ObsoleteAttribute("This class is obsolete.")]
public Exception Error { get; internal set; }

Property value

Type: System.Exception

See also

Reference

ResultTable class

ResultTable members

Microsoft.SharePoint.Search.Query namespace