
RefreshFailedEventArgs
- Namespace
- Rowles.LeanLucene.Search.Searcher
- Assembly
- Rowles.LeanLucene.dll
Carries the exception and consecutive-failure count for a failed SearcherManager refresh.
public sealed class RefreshFailedEventArgs : EventArgs
RefreshFailedEventArgs
RefreshFailedEventArgs(Exception, long)
Creates a new RefreshFailedEventArgs.
At
The UTC time at which the failure was recorded.
ConsecutiveFailures
The number of consecutive failed refreshes including this one.
Error
The exception that caused the refresh to fail.