Table of Contents

Public classSealed 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

Public constructor RefreshFailedEventArgs(Exception, long)

Creates a new RefreshFailedEventArgs.

Public property At

The UTC time at which the failure was recorded.

Public property ConsecutiveFailures

The number of consecutive failed refreshes including this one.

Public property Error

The exception that caused the refresh to fail.