Click or drag to resize
SearchResultLastError Property
Search error associated with this results, if any occurred during the search operation. Results of a failed search are not valid.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public Exception LastError { get; set; }

Property Value

Type: Exception
See Also