FindMyFiles
FindMyFiles.Engine
StaleResultException Class
The index was structurally rebuilt and the row IDs of a held result handle are now invalid (thrown from GetRangeAsync(long, int, CancellationToken)). Recovery is to re-run the query.
public sealed class StaleResultException : System.Exception
Inheritance System.Object → System.Exception → StaleResultException
Constructors
StaleResultException() Constructor
Initializes with the canned message.
public StaleResultException();